From e4c785c8d771f50c4c7a059b545976301bd2508c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Feb 2001 08:47:28 +0000 Subject: Update. * posix/regex.c: Implement multibyte character handling. Patch by Isamu Hasegawa . --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/Versions | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e4739ca60e..3e5e7b09d3 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-02-02 Ulrich Drepper + + * Versions: Remove __pthread_initialize_minimal. + 2001-02-01 Ulrich Drepper * Makefile: Add rules to build crti.o and make it being used in diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 8f38b9b604..3541002ad5 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -151,8 +151,5 @@ libpthread { # Extensions. pthread_yield; - - # New internal function. - __pthread_initialize_minimal; } } -- cgit 1.4.1