diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 1 | ||||
-rw-r--r-- | nptl/Versions | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 53e745ef5b..524d9b56bc 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,6 @@ 2004-09-20 Ulrich Drepper <drepper@redhat.com> + * Versions: Remove exports for pthread_set*id_np functions. * sysdeps/pthread/pthread.h: Remove pthread_set*id_np prototypes for now. * Makefile: Don't build pthread_set*id code for now. diff --git a/nptl/Versions b/nptl/Versions index ee4a6e04b5..7e8ac9e271 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -228,11 +228,6 @@ libpthread { # New affinity interfaces. pthread_getaffinity_np; pthread_setaffinity_np; pthread_attr_getaffinity_np; pthread_attr_setaffinity_np; - - pthread_setuid_np; pthread_seteuid_np; pthread_setreuid_np; - pthread_setresuid_np; - pthread_setgid_np; pthread_setegid_np; pthread_setregid_np; - pthread_setresgid_np; } GLIBC_PRIVATE { |