[PATCH] another ppc64 cancel handling fix

Steven Munroe sjmunroe@us.ibm.com
Wed Jan 15 23:04:00 GMT 2003


socket.S needs to include sysdep-cancel.h to enable the cancel handling.

2003-01-15  Steven Munroe  <sjmunroe@us.ibm.com>
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include 
	sysdep-cancel.h.


-- 
Steven Munroe
sjmunroe@us.ibm.com
Linux on PowerPC-64 Development
GLIBC for PowerPC-64 Development
-------------- next part --------------
diff -urN libc23-cvstip-20030113/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S libc23/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S
--- libc23-cvstip-20030113/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S	2003-01-12 02:20:35.000000000 -0600
+++ libc23/sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S	2003-01-15 16:26:07.000000000 -0600
@@ -16,7 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <sysdep.h>
+#include <sysdep-cancel.h>
 #include <socketcall.h>
 
 #define P(a, b) P2(a, b)


More information about the Libc-alpha mailing list