diff options
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 |