Wrapper around setgroups syscall to check for value range.

This commit is contained in:
Ulrich Drepper 1998-10-16 16:21:38 +00:00
parent b86b54f476
commit 111397630d

View File

@ -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>