diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 18:53:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 18:53:38 +0000 |
commit | 1d9b73ab80395bfa5974a7e9fd4d99791783ea71 (patch) | |
tree | 935f5e0741e2c978371f640f3ba50e2d7411f009 /nptl/Makefile | |
parent | e42a990eccb6ce79650db5fb713b94732df82f4d (diff) | |
download | glibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.tar.gz glibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.tar.xz glibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.zip |
Update.
2003-11-21 Jakub Jelinek <jakub@redhat.com> * Makefile (distribute): Add tst-cleanup4aux.c. * tst-cond12.c (prepare): Add prototype. Move after test-skeleton.c include. * tst-cond12.c (do_test): If USE_COND_SIGNAL is defined, use pthread_cond_signal.
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 913d8b114f..138ff4723c 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -234,7 +234,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-context1 \ tst-sched1 -distribute = eintr.c +distribute = eintr.c tst-cleanup4aux.c gen-as-const-headers = pthread-errnos.sym |