]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Remove set*id, set*gid files which are not built
authorFlorian Weimer <fweimer@redhat.com>
Mon, 4 Jan 2021 15:27:46 +0000 (16:27 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 4 Jan 2021 15:27:46 +0000 (16:27 +0100)
nptl/Makefile
nptl/pthread_setegid.c [deleted file]
nptl/pthread_seteuid.c [deleted file]
nptl/pthread_setgid.c [deleted file]
nptl/pthread_setregid.c [deleted file]
nptl/pthread_setresgid.c [deleted file]
nptl/pthread_setresuid.c [deleted file]
nptl/pthread_setreuid.c [deleted file]
nptl/pthread_setuid.c [deleted file]

index fc3eadfd8538214a54fdbb46489b2ce3c33e74cf..0282e07390e8a249febe3a5bb0d5e32d9b659b2d 100644 (file)
@@ -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 (file)
index 9252dfa..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define setegid pthread_setegid_np
-#include <setegid.c>
diff --git a/nptl/pthread_seteuid.c b/nptl/pthread_seteuid.c
deleted file mode 100644 (file)
index 47bb698..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define seteuid pthread_seteuid_np
-#include <seteuid.c>
diff --git a/nptl/pthread_setgid.c b/nptl/pthread_setgid.c
deleted file mode 100644 (file)
index b06bffb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setgid pthread_setgid_np
-#include <setgid.c>
diff --git a/nptl/pthread_setregid.c b/nptl/pthread_setregid.c
deleted file mode 100644 (file)
index 7461d2b..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setregid pthread_setregid_np
-#include <setregid.c>
diff --git a/nptl/pthread_setresgid.c b/nptl/pthread_setresgid.c
deleted file mode 100644 (file)
index 369fae2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setresgid pthread_setresgid_np
-#include <setresgid.c>
diff --git a/nptl/pthread_setresuid.c b/nptl/pthread_setresuid.c
deleted file mode 100644 (file)
index ac57c0f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setresuid pthread_setresuid_np
-#include <setresuid.c>
diff --git a/nptl/pthread_setreuid.c b/nptl/pthread_setreuid.c
deleted file mode 100644 (file)
index aa804ab..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setreuid pthread_setreuid_np
-#include <setreuid.c>
diff --git a/nptl/pthread_setuid.c b/nptl/pthread_setuid.c
deleted file mode 100644 (file)
index ff949c8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setuid pthread_setuid_np
-#include <setuid.c>