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