public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] cancellable system() for s390.
@ 2003-02-04 14:54 Martin Schwidefsky
  2003-02-04 18:40 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Schwidefsky @ 2003-02-04 14:54 UTC (permalink / raw)
  To: libc-hacker

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] cancellable system() for s390.
  2003-02-04 14:54 [PATCH] cancellable system() for s390 Martin Schwidefsky
@ 2003-02-04 18:40 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-02-04 18:40 UTC (permalink / raw)
  To: Martin Schwidefsky; +Cc: libc-hacker

Martin Schwidefsky wrote:

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

Thanks I've applied the patch.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-04 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-04 14:54 [PATCH] cancellable system() for s390 Martin Schwidefsky
2003-02-04 18:40 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).