diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 05:24:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 05:24:39 +0000 |
commit | 71028edd8f9ddbc05f0013d434e0b5cbceee2148 (patch) | |
tree | 3a6bfef651ed3a33a39de640f5fb11095cbe947f /nptl/Makefile | |
parent | 6735470f7be97a7140bb09d255682c9c7a8e6bd0 (diff) | |
download | glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.tar glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.tar.gz glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.tar.bz2 glibc-71028edd8f9ddbc05f0013d434e0b5cbceee2148.zip |
Update.
* Makefile (tests): Add tst-eintr1.
(distribute): Add eintr.c.
* tst-eintr1.c: New file.
* eintr.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index dbdfc5f918..5b7ced7dc8 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -140,6 +140,7 @@ tests = tst-attr1 tst-attr2 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ + tst-eintr1 \ tst-tsd1 tst-tsd2 \ tst-fork1 tst-fork2 tst-fork3 \ tst-atfork1 \ @@ -159,6 +160,8 @@ tests = tst-attr1 tst-attr2 \ tst-popen1 \ tst-clock1 +distribute = eintr.c + LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst |