diff options
Diffstat (limited to 'include/grp.h')
-rw-r--r-- | include/grp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grp.h b/include/grp.h index 4469d789c8..5ed9c972f0 100644 --- a/include/grp.h +++ b/include/grp.h @@ -1,6 +1,8 @@ #ifndef _GRP_H #include <grp/grp.h> +libc_hidden_proto (setgroups) + /* Now define the internal interfaces. */ extern int __getgrent_r (struct group *__resultbuf, char *buffer, size_t __buflen, struct group **__result) |