[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
cancelable system() function for PPC
- From: Paul Mackerras <paulus samba org>
- To: phil-list redhat com
- Cc: Franz Sirl <Franz Sirl-kernel lauterbach com>,sjmunroe us ibm com
- Subject: cancelable system() function for PPC
- Date: Wed, 12 Mar 2003 21:12:02 +1100 (EST)
I had tst-cancel7 failing on PPC32 because we didn't have a
PPC-specific version of the system() function which is cancelable.
The patch below adds a sysdeps/unix/sysv/linux/powerpc/system.c file
to glibc. It just references the x86 version. With this, tst-cancel7
passes.
Franz, what do you think of this patch?
Paul.
diff -urN cvs/libc/sysdeps/unix/sysv/linux/powerpc/system.c libc/sysdeps/unix/sysv/linux/powerpc/system.c
--- cvs/libc/sysdeps/unix/sysv/linux/powerpc/system.c Thu Jan 01 10:00:00 1970
+++ libc/sysdeps/unix/sysv/linux/powerpc/system.c Wed Mar 12 15:15:00 2003
@@ -0,0 +1,1 @@
+#include <sysdeps/unix/sysv/linux/i386/system.c>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]