about summary refs log tree commit diff
path: root/nptl/tst-fork4.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-03-16 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-171-0/+1
| | | | | | | * tst-fork4.c: Include <string.h>. * tst-signal2.c: Likewise. * tst-mutex5.c (do_test): exit -> return. * tst-mutex2.c: Include <stdlib.h>.
* Update.Ulrich Drepper2003-03-141-2/+6
| | | | | | | | | 2003-03-14 Ulrich Drepper <drepper@redhat.com> * tst-fork4.c: Use test-skeleton.c. * pthread_create.c (start_thread): Use CALL_THREAD_FCT if defined. * sysdeps/i386/tls.h: Define CALL_THREAD_FCT.
* * allocatestack.c (__stack_user): Use hidden_data_def.Roland McGrath2003-03-141-0/+60
* pthread_create.c (__pthread_keys): Likewise. * init.c [__powerpc__] (__NR_set_tid_address): Define it. * tst-fork4.c: New file. * Makefile (tests): Add it.