diff options
author | 2004-12-07 14:20:59 +0000 | |
---|---|---|
committer | 2004-12-07 14:20:59 +0000 | |
commit | 94db64842447989c08e55d9c78328a5b4c544241 (patch) | |
tree | fd0bac340acc891d0db8299399b5cdbdc7eed190 /nptl/Makefile | |
parent | Updated to fedora-glibc-20041207T1331 (diff) | |
download | glibc-94db64842447989c08e55d9c78328a5b4c544241.tar.gz glibc-94db64842447989c08e55d9c78328a5b4c544241.tar.bz2 glibc-94db64842447989c08e55d9c78328a5b4c544241.zip |
* 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.
nptl/
* sysdeps/ia64/tcb-offsets.sym (TID): Add.
* sysdeps/unix/sysv/linux/ia64/clone2.S: New file.
* Makefile (tests): Add tst-getpid2.c.
* tst-getpid1.c (TEST_CLONE_FLAGS): Define.
(do_test): Use it. Use __clone2 instead of clone on ia64.
* tst-getpid2.c: New test.
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 9eb61927e3..d42f356131 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. |