diff options
Diffstat (limited to 'gcc/sys-protos.h')
-rw-r--r-- | gcc/sys-protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sys-protos.h b/gcc/sys-protos.h index ab6e407e8f1..b676ea27f53 100644 --- a/gcc/sys-protos.h +++ b/gcc/sys-protos.h @@ -445,7 +445,7 @@ extern gid_t getgid(void); extern struct group * getgrent(void); extern struct group * getgrgid(gid_t); extern struct group * getgrnam(const char *); -extern int getgroups(int, gid_t *); +extern int getgroups(int, TARGET_GETGROUPS_T []); extern struct hostent * gethostbyaddr(/* ??? */); extern struct hostent * gethostbyname(/* ??? */); extern struct hostent * gethostent(/* ??? */); |