diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-14 22:17:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-14 22:17:03 +0000 |
commit | 638621aff981fc5e9e5824d04c67ef2a7dfa4744 (patch) | |
tree | f81d717e5260b86d984b4767bcdecd48be253f30 /linuxthreads/ChangeLog | |
parent | 0ce9cf883db2ec6bf8854828b4b57d03e050c5f2 (diff) | |
download | glibc-638621aff981fc5e9e5824d04c67ef2a7dfa4744.zip glibc-638621aff981fc5e9e5824d04c67ef2a7dfa4744.tar.gz glibc-638621aff981fc5e9e5824d04c67ef2a7dfa4744.tar.bz2 |
Update.
* sysdeps/generic/strstr.c (strstr): Update. New optimized version.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a926600..2b55b8f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2001-12-14 Ulrich Drepper <drepper@redhat.com> + + * man/pthread_atfork.man: Adjust description of mutex handling + after fork for current implementation. + * linuxthreads.texi: Likewise [PR libc/2519]. + 2001-12-13 Andreas Schwab <schwab@suse.de> * specific.c (pthread_key_delete): Don't contact the thread |