From 65f0beb9c5c3badb9da924f85a41c6f847bc1d0f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Sep 2004 22:14:33 +0000 Subject: Update. * configure.in: If selinux has not explictly been requested, don't comment on it missing. --- linuxthreads/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'linuxthreads/Makefile') diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 79d412df91..a16ae8d2da 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-%) -- cgit 1.4.1