diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-14 23:12:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-14 23:12:09 +0000 |
commit | 415ef7d8934577f9f9b460e5ebdf040aaa867b4c (patch) | |
tree | 2822d2f925490d26a59a7ccc65f0fe1cae5f87a9 /nptl/Makefile | |
parent | 52287505946d37a76ecfcb2d1b8a428206d4bb45 (diff) | |
download | glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.tar.gz glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.tar.xz glibc-415ef7d8934577f9f9b460e5ebdf040aaa867b4c.zip |
* allocatestack.c (__stack_user): Use hidden_data_def.
* pthread_create.c (__pthread_keys): Likewise. * init.c [__powerpc__] (__NR_set_tid_address): Define it. * tst-fork4.c: New file. * Makefile (tests): Add it.
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 656e0c48a2..b59ffd86bb 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -144,7 +144,7 @@ tests = tst-attr1 tst-attr2 \ tst-eintr1 \ tst-tsd1 tst-tsd2 \ tst-tls1 tst-tls2 \ - tst-fork1 tst-fork2 tst-fork3 \ + tst-fork1 tst-fork2 tst-fork3 tst-fork4 \ tst-atfork1 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancel10 \ |