URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [sysdeps/] [setegid.c] - Rev 1767
Go to most recent revision | Compare with Previous | Blame | View Log
#include <unistd.h> int setegid(gid_t gid) { return __setregid(-1, gid); }
Go to most recent revision | Compare with Previous | Blame | View Log