diff options
-rw-r--r-- | linuxthreads/ChangeLog | 7 | ||||
-rw-r--r-- | linuxthreads/Makefile | 1 | ||||
-rw-r--r-- | linuxthreads/Versions | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5e5e0f8..62dea84 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2002-11-19 Ulrich Drepper <drepper@redhat.com> + + * Versions (libc:GLIBC_2.0): Remove names of functions which are + not defined in libc. + * Makefile (shared-only-routines): Add weaks. + * weaks.c: Remove functions which are not exported from libc.so. + 2002-11-14 Roland McGrath <roland@redhat.com> * libc-tsd.c: New file. diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 41bb8ff..fca0137 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -29,6 +29,7 @@ distribute := internals.h queue.h restart.h spinlock.h smp.h tst-signal.sh \ libc-tsd.c routines := weaks no-tsd +shared-only-routines = weaks extra-libs := libpthread extra-libs-others := $(extra-libs) diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 03a5811..79169c8 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -10,7 +10,6 @@ libc { pthread_condattr_destroy; pthread_condattr_init; pthread_equal; pthread_exit; pthread_getschedparam; pthread_mutex_destroy; pthread_mutex_init; pthread_mutex_lock; pthread_mutex_unlock; - pthread_mutexattr_getkind_np; pthread_mutexattr_setkind_np; pthread_self; pthread_setcancelstate; pthread_setcanceltype; pthread_setschedparam; } |