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