aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-20 22:14:33 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-20 22:14:33 +0000
commit65f0beb9c5c3badb9da924f85a41c6f847bc1d0f (patch)
tree24cc78eea3f6f2c577c44a56df10527aaf5e506f /linuxthreads/Makefile
parent49155d51cce92dd5023c31e10ee140d81d91e8b2 (diff)
downloadglibc-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/Makefile11
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-%)