diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-20 23:16:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-20 23:16:22 +0000 |
commit | 3c12b91ade6e271cb17ecaae526d959bc7e40098 (patch) | |
tree | 72eb96187b8b05e73c12393d1fcac889006e4fbb /nptl/Versions | |
parent | 65f0beb9c5c3badb9da924f85a41c6f847bc1d0f (diff) | |
download | glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.tar.gz glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.tar.xz glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.zip |
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/Versions')
-rw-r--r-- | nptl/Versions | 5 |
1 files changed, 0 insertions, 5 deletions
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 { |