diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-01-04 16:27:46 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-01-04 16:27:46 +0100 |
commit | f5a6f846b08c2f469442d339fadf1a1457cd7ad2 (patch) | |
tree | 56e654e32f764d6ff8a860a9920cf76126bb4510 /nptl/Makefile | |
parent | 8cc1e39a3691a8cba7c6033138531f11d3032385 (diff) | |
download | glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar.gz glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar.bz2 glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.zip |
nptl: Remove set*id, set*gid files which are not built
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index fc3eadfd85..0282e07390 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -169,10 +169,6 @@ libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \ pthread_setattr_default_np pthread_getattr_default_np \ pthread_mutex_conf \ libpthread-compat -# pthread_setuid pthread_seteuid pthread_setreuid \ -# pthread_setresuid \ -# pthread_setgid pthread_setegid pthread_setregid \ -# pthread_setresgid libpthread-shared-only-routines = version pt-interp pt-allocrtsig \ unwind-forcedunwind |