]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 Nov 2002 01:25:19 +0000 (01:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 Nov 2002 01:25:19 +0000 (01:25 +0000)
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.

linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/Versions

index 5e5e0f851eabf4940743a8456923b9837fda4e30..62dea84e982d956e67b5317381dfafd3400a25d8 100644 (file)
@@ -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.
index 41bb8fff31ed62d86eaa44ee61697b26c5cd96a4..fca0137571b90fc0a30adcaa5af2ade72ab09f8f 100644 (file)
@@ -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)
index 03a581189800f249517f9a06a4a6906730812ddb..79169c8b8ea20eea4b041d8dda1d772307d80f1c 100644 (file)
@@ -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;
   }