diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-20 22:14:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-20 22:14:33 +0000 |
commit | 65f0beb9c5c3badb9da924f85a41c6f847bc1d0f (patch) | |
tree | 24cc78eea3f6f2c577c44a56df10527aaf5e506f /nptl/Makefile | |
parent | 49155d51cce92dd5023c31e10ee140d81d91e8b2 (diff) | |
download | glibc-65f0beb9c5c3badb9da924f85a41c6f847bc1d0f.tar.gz glibc-65f0beb9c5c3badb9da924f85a41c6f847bc1d0f.tar.xz glibc-65f0beb9c5c3badb9da924f85a41c6f847bc1d0f.zip |
Update.
* configure.in: If selinux has not explictly been requested, don't comment on it missing.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index beaf6d7eab..db7f78ef63 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -115,11 +115,11 @@ libpthread-routines = init events version \ pthread_kill_other_threads \ pthread_getaffinity pthread_setaffinity \ pthread_attr_getaffinity pthread_attr_setaffinity \ - cleanup_routine unwind-forcedunwind \ - pthread_setuid pthread_seteuid pthread_setreuid \ - pthread_setresuid \ - pthread_setgid pthread_setegid pthread_setregid \ - pthread_setresgid + cleanup_routine unwind-forcedunwind +# pthread_setuid pthread_seteuid pthread_setreuid \ +# pthread_setresuid \ +# pthread_setgid pthread_setegid pthread_setregid \ +# pthread_setresgid libpthread-shared-only-routines = version pt-allocrtsig unwind-forcedunwind libpthread-static-only-routines = pthread_atfork |