diff options
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 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; } } |