summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-20 23:16:22 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-20 23:16:22 +0000
commit3c12b91ade6e271cb17ecaae526d959bc7e40098 (patch)
tree72eb96187b8b05e73c12393d1fcac889006e4fbb /nptl
parent65f0beb9c5c3badb9da924f85a41c6f847bc1d0f (diff)
Update.
2004-09-20 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.c (options): Mark S option as hidden. (parse_opt): When S option is used, print warning message. * nscd/grpcache.c (adgrptbyX): Don't handle secure mode. * nscd/hstcache.c (addhstbyX): Don't handle secure mode. * nscd/aicache.c (addhstaiX): Don't handle secure mode. * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog1
-rw-r--r--nptl/Versions5
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 {