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