diff options
Diffstat (limited to 'src/unistd/setregid.c')
-rw-r--r-- | src/unistd/setregid.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/setregid.c b/src/unistd/setregid.c deleted file mode 100644 index cabcc24c..00000000 --- a/src/unistd/setregid.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <unistd.h> - -int setregid(gid_t rgid, gid_t egid) -{ - return 0; -} - -/* -XOPEN(400) -*/ - - -#endif |