Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / doc / glibc-functions / setgroups.texi
1 @node setgroups
2 @subsection @code{setgroups}
3 @findex setgroups
4
5 Gnulib module: ---
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
10
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 AIX 5.1, mingw, MSVC 9, Interix 3.5, BeOS.
16 @item
17 On very old systems, this function operated on an array of @samp{int},
18 even though that was a different size than an array of @samp{gid_t};
19 you can use autoconf's AC_TYPE_GETGROUPS to set @code{GETGROUPS_T} to
20 the appropriate size (since @code{getgroups} and @code{setgroups}
21 share the same bug).
22 @end itemize