Mercurial > hg > octave-lojdl > gnulib-hg
annotate doc/functions/getgroups.texi @ 8773:a36811c6c9b4
Documentation of what gnulib provides for each function.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 01 May 2007 15:11:37 +0000 |
parents | |
children |
rev | line source |
---|---|
8773
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 @node getgroups |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 @section @code{getgroups} |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 @findex getgroups |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/getgroups.html} |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Gnulib module: getgroups |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Portability problems fixed by Gnulib: |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 @itemize |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 @item |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 This function is missing on some platforms: |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 mingw. |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 @item |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 On Ultrix 4.3, @code{getgroups (0, 0)} always fails. See macro |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 @samp{AC_FUNC_GETGROUPS}. |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 @end itemize |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 Portability problems not fixed by Gnulib: |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 @itemize |
a36811c6c9b4
Documentation of what gnulib provides for each function.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 @end itemize |