aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-getpid2.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath1-2/+0
2004-12-07Update.Ulrich Drepper1-0/+2
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.