[PATCH] cancellable system() for s390.

Martin Schwidefsky schwidefsky@de.ibm.com
Tue Feb 4 14:54:00 GMT 2003


Hi,
while testing the nptl I found that the system() call für s390 is not
cancellable like the i386 version. The fix is simple, just include the
i386 version of system.c and nptl is happy. 

blue skies,
  Martin.

2003-02-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* sysdeps/unix/sysv/linux/s390/system.c: New file.

diff -urN libc/sysdeps/unix/sysv/linux/s390/system.c libc-s390/sysdeps/unix/sysv/linux/s390/system.c
--- libc/sysdeps/unix/sysv/linux/s390/system.c	Thu Jan  1 01:00:00 1970
+++ libc-s390/sysdeps/unix/sysv/linux/s390/system.c	Tue Feb  4 15:33:50 2003
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/system.c>



More information about the Libc-hacker mailing list