diff options
author | 2012-07-01 13:08:59 +0000 | |
---|---|---|
committer | 2012-07-01 13:08:59 +0000 | |
commit | e84eabb3871c9b39e59323bf3f6b98c2ca9d1cd0 (patch) | |
tree | dff3f1b79454b518d15a7b9bbedeb57ff156bbe8 /ports/sysdeps/unix/sysv/linux/m68k/getgroups.c | |
parent | Release 2.16 (diff) | |
parent | Move all files into ports/ subdirectory in preparation for merge with glibc (diff) | |
download | glibc-2.16.90.tar.xz glibc-2.16.90.zip |
Merge glibc-ports into ports/ directory.glibc-2.16.90glibc-2.16-ports-merge
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/m68k/getgroups.c')
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/m68k/getgroups.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/m68k/getgroups.c b/ports/sysdeps/unix/sysv/linux/m68k/getgroups.c new file mode 100644 index 0000000000..102ea24e14 --- /dev/null +++ b/ports/sysdeps/unix/sysv/linux/m68k/getgroups.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/getgroups.c> |