summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-02 08:47:28 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-02 08:47:28 +0000
commite4c785c8d771f50c4c7a059b545976301bd2508c (patch)
treeef058109dcbcefdf4d75c08d6661f1e5874deadc /linuxthreads
parent4b1fef8482da6863711fdb64f06413f06424dad7 (diff)
downloadglibc-e4c785c8d771f50c4c7a059b545976301bd2508c.tar.gz
glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.tar.xz
glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.zip
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/ChangeLog4
-rw-r--r--linuxthreads/Versions3
2 files changed, 4 insertions, 3 deletions
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  <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 8f38b9b604..3541002ad5 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -151,8 +151,5 @@ libpthread {
 
     # Extensions.
     pthread_yield;
-
-    # New internal function.
-    __pthread_initialize_minimal;
   }
 }