]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/sys/socketpair.s
Libc-391.tar.gz
[apple/libc.git] / ppc / sys / socketpair.s
index 814957c9b3c00b886035d358c9e3f45d98edeca4..d6304c25bce9eaf07507f38dd4d1461a58341709 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(socketpair, 5)
+#else /* !__LP64__ */
+PSEUDO(socketpair$UNIX2003, socketpair, 5)
+       blr
+
+SYSCALL_ERR(socketpair, 5, cerror_cvt)
+#endif /* __LP64__ */