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/pthread_setregid.c | |
parent | 8cc1e39a3691a8cba7c6033138531f11d3032385 (diff) | |
download | glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.zip glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar.gz glibc-f5a6f846b08c2f469442d339fadf1a1457cd7ad2.tar.bz2 |
nptl: Remove set*id, set*gid files which are not built
Diffstat (limited to 'nptl/pthread_setregid.c')
-rw-r--r-- | nptl/pthread_setregid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/pthread_setregid.c b/nptl/pthread_setregid.c deleted file mode 100644 index 7461d2b..0000000 --- a/nptl/pthread_setregid.c +++ /dev/null @@ -1,3 +0,0 @@ -#define SINGLE_THREAD -#define __setregid pthread_setregid_np -#include <setregid.c> |