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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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] cancellable system() for s390.


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>


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