mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
nptl: Remove set*id, set*gid files which are not built
This commit is contained in:
parent
8cc1e39a36
commit
f5a6f846b0
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define setegid pthread_setegid_np
|
||||
#include <setegid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define seteuid pthread_seteuid_np
|
||||
#include <seteuid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define __setgid pthread_setgid_np
|
||||
#include <setgid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define __setregid pthread_setregid_np
|
||||
#include <setregid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define __setresgid pthread_setresgid_np
|
||||
#include <setresgid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define __setresuid pthread_setresuid_np
|
||||
#include <setresuid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define __setreuid pthread_setreuid_np
|
||||
#include <setreuid.c>
|
@ -1,3 +0,0 @@
|
||||
#define SINGLE_THREAD
|
||||
#define __setuid pthread_setuid_np
|
||||
#include <setuid.c>
|
Loading…
Reference in New Issue
Block a user