about summary refs log tree commit diff
path: root/nptl/pthread_setresuid.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-01-04 16:27:46 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-01-04 16:27:46 +0100
commitf5a6f846b08c2f469442d339fadf1a1457cd7ad2 (patch)
tree56e654e32f764d6ff8a860a9920cf76126bb4510 /nptl/pthread_setresuid.c
parent8cc1e39a3691a8cba7c6033138531f11d3032385 (diff)
downloadglibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar.gz
glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar.xz
glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.zip
nptl: Remove set*id, set*gid files which are not built
Diffstat (limited to 'nptl/pthread_setresuid.c')
-rw-r--r--nptl/pthread_setresuid.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/pthread_setresuid.c b/nptl/pthread_setresuid.c
deleted file mode 100644
index ac57c0fa8d..0000000000
--- a/nptl/pthread_setresuid.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#define SINGLE_THREAD
-#define __setresuid pthread_setresuid_np
-#include <setresuid.c>