diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 07:55:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 07:55:59 +0000 |
commit | 757de559da017957b8d8fdb243ebde70c000cfeb (patch) | |
tree | 353ec81ad67f13f095cf4cd946a02073cd6a3126 /nptl/ChangeLog | |
parent | a439bb2fa34284eed666b8e3733d46c72dadc62f (diff) | |
download | glibc-757de559da017957b8d8fdb243ebde70c000cfeb.zip glibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar.gz glibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar.bz2 |
Update.
* math/libm-test.inc (nextafter_test): New test, but disabled due
to gcc bug.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index dcf3421..356461f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-14 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-basic4. + * tst-basic4.c: New file. + * pthreadP.h: Add declaraction for __nptl_nthreads. * pthread_create.c: Define __nptl_nthreads (start_thread): Increment __nptl_nthreads at beginning. Decrement |