Loading...
ppc/sys/accept.s Libc-320.1.3 Libc-391
--- Libc/Libc-320.1.3/ppc/sys/accept.s
+++ Libc/Libc-391/ppc/sys/accept.s
@@ -22,5 +22,12 @@
  */
 #include "SYS.h"
 
+#ifdef __LP64__
 SYSCALL(accept, 3)
+#else /* !__LP64__ */
+PSEUDO(accept$UNIX2003, accept, 3)
+	blr
 
+SYSCALL_ERR(accept, 3, cerror_cvt)
+#endif /* __LP64__ */
+