]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/sys/geteuid.s
Libc-339.tar.gz
[apple/libc.git] / ppc / sys / geteuid.s
index a997ace8877ff60e36192915a87057990885e41a..34bb2072c568f678b5b98bae376322e9ed6b93bc 100644 (file)
@@ -3,6 +3,8 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
+ * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
+ * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -26,7 +28,4 @@
 
 #import "SYS.h"
 
 
 #import "SYS.h"
 
-PSEUDO(geteuid,getuid,0)
-       mr      a0,a1
-       blr
-
+SYSCALL(geteuid,0)