diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-08 10:52:16 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-08 10:52:16 +0000 |
commit | ff4eb01a424875d6ff9183c4f4f42d17743fee77 (patch) | |
tree | 7e50d614a494a6d9bc1988dcab754a46e600d079 /nptl | |
parent | 2f533068b94ea0c6be63545b62b2597bc1bffcfc (diff) | |
download | glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar.gz glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar.bz2 glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.zip |
Updated to fedora-glibc-20041208T1024
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 6 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sh/clone.S | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 89a98aeff0..8352c6b904 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -3,11 +3,15 @@ * sysdeps/ia64/tcb-offsets.sym (TID): Add. * sysdeps/unix/sysv/linux/ia64/clone2.S: New file. - * Makefile (tests): Add tst-getpid2.c. + * Makefile (tests): Add tst-getpid2. * tst-getpid1.c (TEST_CLONE_FLAGS): Define. (do_test): Use it. Use __clone2 instead of clone on ia64. * tst-getpid2.c: New test. +2004-12-07 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/clone.S: New file. + 2004-12-04 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-getpid1. diff --git a/nptl/sysdeps/unix/sysv/linux/sh/clone.S b/nptl/sysdeps/unix/sysv/linux/sh/clone.S new file mode 100644 index 0000000000..62a11972d8 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/sh/clone.S @@ -0,0 +1,2 @@ +#define RESET_PID +#include <sysdeps/unix/sysv/linux/sh/clone.S> |