From: Florian Weimer Date: Mon, 4 Jan 2021 15:27:46 +0000 (+0100) Subject: nptl: Remove set*id, set*gid files which are not built X-Git-Tag: glibc-2.33~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a6f846b08c2f469442d339fadf1a1457cd7ad2;p=thirdparty%2Fglibc.git nptl: Remove set*id, set*gid files which are not built --- diff --git a/nptl/Makefile b/nptl/Makefile index fc3eadfd853..0282e07390e 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 diff --git a/nptl/pthread_setegid.c b/nptl/pthread_setegid.c deleted file mode 100644 index 9252dfac7dc..00000000000 --- a/nptl/pthread_setegid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define setegid pthread_setegid_np -#include diff --git a/nptl/pthread_seteuid.c b/nptl/pthread_seteuid.c deleted file mode 100644 index 47bb698025c..00000000000 --- a/nptl/pthread_seteuid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define seteuid pthread_seteuid_np -#include diff --git a/nptl/pthread_setgid.c b/nptl/pthread_setgid.c deleted file mode 100644 index b06bffbf32d..00000000000 --- a/nptl/pthread_setgid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setgid pthread_setgid_np -#include diff --git a/nptl/pthread_setregid.c b/nptl/pthread_setregid.c deleted file mode 100644 index 7461d2b7fde..00000000000 --- a/nptl/pthread_setregid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setregid pthread_setregid_np -#include diff --git a/nptl/pthread_setresgid.c b/nptl/pthread_setresgid.c deleted file mode 100644 index 369fae26728..00000000000 --- a/nptl/pthread_setresgid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setresgid pthread_setresgid_np -#include diff --git a/nptl/pthread_setresuid.c b/nptl/pthread_setresuid.c deleted file mode 100644 index ac57c0fa8dd..00000000000 --- a/nptl/pthread_setresuid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setresuid pthread_setresuid_np -#include diff --git a/nptl/pthread_setreuid.c b/nptl/pthread_setreuid.c deleted file mode 100644 index aa804ab01df..00000000000 --- a/nptl/pthread_setreuid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setreuid pthread_setreuid_np -#include diff --git a/nptl/pthread_setuid.c b/nptl/pthread_setuid.c deleted file mode 100644 index ff949c850f7..00000000000 --- a/nptl/pthread_setuid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setuid pthread_setuid_np -#include