diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 13:41:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 13:41:37 -0700 |
commit | b0d268d121d8868be33d8633b09499b34a4db45f (patch) | |
tree | d67eaf4f5e200b5b5f57099c46a1413d43cbd287 /system/include/libc/grp.h | |
parent | 6b730836aa53f6b4896f24dd8a4b456669ae4f1a (diff) | |
parent | 475e72dc5539d9c59fc267927441a502c14a178f (diff) |
Merge branch 'incoming'
Diffstat (limited to 'system/include/libc/grp.h')
-rw-r--r-- | system/include/libc/grp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/grp.h b/system/include/libc/grp.h index 1273e395..61a1b2c7 100644 --- a/system/include/libc/grp.h +++ b/system/include/libc/grp.h @@ -82,9 +82,9 @@ void setgrfile (const char *); char *group_from_gid (gid_t, int); int setgroupent (int); #endif /* !__CYGWIN__ */ -int initgroups (const char *, gid_t); #endif /* !_XOPEN_SOURCE */ #endif /* !_POSIX_SOURCE */ +int initgroups (const char *, gid_t); #endif /* !__INSIDE_CYGWIN__ */ #ifdef __cplusplus |