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/ChangeLog | |
parent | 918bd861cba68c30fcb17add6c1f91590d72a5ed (diff) | |
download | glibc-d82d5d12a6e01f64efa37c3d727250b371e6ccc0.tar.gz glibc-d82d5d12a6e01f64efa37c3d727250b371e6ccc0.tar.xz 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/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d2202f2b64..a1164fd9d0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +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. + 2002-12-02 Roland McGrath <roland@redhat.com> * pthreadP.h (__stack_user, __nptl_create_event, __nptl_death_event): |