This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] another ppc64 cancel handling fix


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
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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]