diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 08:47:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 08:47:28 +0000 |
commit | e4c785c8d771f50c4c7a059b545976301bd2508c (patch) | |
tree | ef058109dcbcefdf4d75c08d6661f1e5874deadc /linuxthreads | |
parent | 4b1fef8482da6863711fdb64f06413f06424dad7 (diff) | |
download | glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.zip glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.tar.gz glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.tar.bz2 |
Update.
* posix/regex.c: Implement multibyte character handling.
Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 | ||||
-rw-r--r-- | linuxthreads/Versions | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e4739ca..3e5e7b0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-02-02 Ulrich Drepper <drepper@redhat.com> + + * Versions: Remove __pthread_initialize_minimal. + 2001-02-01 Ulrich Drepper <drepper@redhat.com> * Makefile: Add rules to build crti.o and make it being used in diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 8f38b9b..3541002 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -151,8 +151,5 @@ libpthread { # Extensions. pthread_yield; - - # New internal function. - __pthread_initialize_minimal; } } |