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 /linuxthreads/Makefile | |
parent | 49155d51cce92dd5023c31e10ee140d81d91e8b2 (diff) | |
download | glibc-65f0beb9c5c3badb9da924f85a41c6f847bc1d0f.zip glibc-65f0beb9c5c3badb9da924f85a41c6f847bc1d0f.tar.gz glibc-65f0beb9c5c3badb9da924f85a41c6f847bc1d0f.tar.bz2 |
Update.
* configure.in: If selinux has not explictly been requested, don't
comment on it missing.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 79d412d..a16ae8d 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -51,11 +51,12 @@ libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptw-open ptw-open64 ptw-pause ptw-pread ptw-pread64 \ ptw-pwrite ptw-pwrite64 ptw-tcdrain ptw-wait \ ptw-waitpid pt-system old_pthread_atfork pthread_atfork \ - ptcleanup \ - pthread_setuid pthread_seteuid pthread_setreuid \ - pthread_setresuid \ - pthread_setgid pthread_setegid pthread_setregid \ - pthread_setresgid + ptcleanup +# pthread_setuid pthread_seteuid pthread_setreuid \ +# pthread_setresuid \ +# pthread_setgid pthread_setegid pthread_setregid \ +# pthread_setresgid + # Don't generate deps for calls with no sources. See sysdeps/unix/Makefile. omit-deps = $(unix-syscalls:%=ptw-%) |