diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-09 04:48:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-09 04:48:09 +0000 |
commit | f79e192ba634b184d41ba7ce02ae76d578026146 (patch) | |
tree | 0b3f54aa8a5d4705659139f7306b12009b344e53 /sysdeps/unix | |
parent | e1cb46ec7a3cf832739168c86f2fb8d15f9a0af2 (diff) | |
download | glibc-f79e192ba634b184d41ba7ce02ae76d578026146.tar glibc-f79e192ba634b184d41ba7ce02ae76d578026146.tar.gz glibc-f79e192ba634b184d41ba7ce02ae76d578026146.tar.bz2 glibc-f79e192ba634b184d41ba7ce02ae76d578026146.zip |
setgroups implementation for Linux/CRIS.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/cris/setgroups.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/cris/setgroups.c b/sysdeps/unix/sysv/linux/cris/setgroups.c new file mode 100644 index 0000000000..0e7086278f --- /dev/null +++ b/sysdeps/unix/sysv/linux/cris/setgroups.c @@ -0,0 +1,2 @@ +/* We also have to rewrite the kernel gid_t to the user land type. */ +#include <sysdeps/unix/sysv/linux/i386/setgroups.c> |