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