]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/sys/getsockname.s
Libc-391.5.22.tar.gz
[apple/libc.git] / ppc / sys / getsockname.s
index 9b2c4c3f78cec097c16bb0febafb9446a0d07f01..d0ea5c648a32ef6948ba56c9a8b958df14c28951 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @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
  */
 #include "SYS.h"
 
+#ifdef __LP64__
 SYSCALL(getsockname, 3)
+#else /* !__LP64__ */
+PSEUDO(getsockname$UNIX2003, getsockname, 3)
        blr
 
+SYSCALL_ERR(getsockname, 3, cerror_cvt)
+#endif /* __LP64__ */
+