diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-07 20:34:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-07 20:34:18 +0000 |
commit | 484cc8018b9e27a8fd90f15eaeee132a430131d8 (patch) | |
tree | b33d11a83982fbc4658d97954cdb6d857fd776f5 /nptl/Makefile | |
parent | 2da9a6a1a7e08651875ac0026523ab6747caef2e (diff) | |
download | glibc-484cc8018b9e27a8fd90f15eaeee132a430131d8.tar.gz glibc-484cc8018b9e27a8fd90f15eaeee132a430131d8.tar.xz glibc-484cc8018b9e27a8fd90f15eaeee132a430131d8.zip |
Update.
2004-12-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. Restore gp before calling _exit.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index ecd5e52cdb..8149ef5ed4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -241,7 +241,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-backtrace1 \ tst-oddstacklimit \ tst-vfork1 tst-vfork2 tst-vfork1x tst-vfork2x \ - tst-getpid1 + tst-getpid1 tst-getpid2 xtests = tst-setuid1 tst-setuid1-static # Files which must not be linked with libpthread. |