diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-28 10:18:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-28 10:18:58 +0000 |
commit | 4c771a3b260116c59e606a6ebd68702072836481 (patch) | |
tree | fcd73d7d032384667a321ade6c6a90638614596c /nptl/Makefile | |
parent | a2c33d5af367856b33749001691956cf5e62423c (diff) | |
download | glibc-4c771a3b260116c59e606a6ebd68702072836481.tar.gz glibc-4c771a3b260116c59e606a6ebd68702072836481.tar.xz glibc-4c771a3b260116c59e606a6ebd68702072836481.zip |
Update.
2004-02-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sysconf.c: Include stdlib.h.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 2694c97989..885a854156 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -194,6 +194,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-spin1 tst-spin2 tst-spin3 \ tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \ tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \ + tst-cond14 tst-cond15 \ tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \ tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 \ tst-rwlock11 tst-rwlock12 tst-rwlock13 \ |