diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 10:34:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 10:34:23 +0000 |
commit | d82d5d12a6e01f64efa37c3d727250b371e6ccc0 (patch) | |
tree | 3860dd8a7399a2c68f8b24aac6ad0af353063522 /nptl/Makefile | |
parent | 918bd861cba68c30fcb17add6c1f91590d72a5ed (diff) | |
download | glibc-d82d5d12a6e01f64efa37c3d727250b371e6ccc0.tar glibc-d82d5d12a6e01f64efa37c3d727250b371e6ccc0.tar.gz glibc-d82d5d12a6e01f64efa37c3d727250b371e6ccc0.tar.bz2 glibc-d82d5d12a6e01f64efa37c3d727250b371e6ccc0.zip |
Update.
2002-12-03 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-sysconf.
* tst-sysconf.c: New file.
* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine
PTHREAD_THREADS_MAX.
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 c069fe6787..777311a258 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -133,6 +133,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-exit1 \ tst-stack1 \ tst-unload \ + tst-sysconf \ tst-locale1 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst |