Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
gnulib
Commits
37b2d882
Commit
37b2d882
authored
Aug 22, 2009
by
Bruno Haible
Browse files
Reference some new glibc functions.
parent
47a8dd64
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
37b2d882
2009-08-22 Bruno Haible <bruno@clisp.org>
Reference some new glibc functions.
* doc/glibc-functions/accept4.texi: New file.
* doc/glibc-functions/dup3.texi: New file.
* doc/glibc-functions/mkostemp.texi: New file.
* doc/glibc-functions/pipe2.texi: New file.
* doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
(Glibc sys/socket.h): Refer to accept4.
(Glibc unistd.h): Refer to dup3, pipe2.
Reported by Eric Blake.
2009-08-22 Jim Meyering <meyering@redhat.com>
Bruno Haible <bruno@clisp.org>
doc/glibc-functions/accept4.texi
0 → 100644
View file @
37b2d882
@node accept4
@subsection @code{accept4}
@findex accept4
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on all non-glibc platforms:
MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize
doc/glibc-functions/dup3.texi
0 → 100644
View file @
37b2d882
@node dup3
@subsection @code{dup3}
@findex dup3
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on all non-glibc platforms:
MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize
doc/glibc-functions/mkostemp.texi
0 → 100644
View file @
37b2d882
@node mkostemp
@subsection @code{mkostemp}
@findex mkostemp
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on all non-glibc platforms:
MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize
doc/glibc-functions/pipe2.texi
0 → 100644
View file @
37b2d882
@node pipe2
@subsection @code{pipe2}
@findex pipe2
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on all non-glibc platforms:
MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
@end itemize
doc/gnulib.texi
View file @
37b2d882
...
...
@@ -5063,6 +5063,7 @@ This list of functions is sorted according to the header that declares them.
* jrand48
_
r::
* lcong48
_
r::
* lrand48
_
r::
* mkostemp::
* mrand48
_
r::
* nrand48
_
r::
* on
_
exit::
...
...
@@ -5103,6 +5104,7 @@ This list of functions is sorted according to the header that declares them.
@include glibc-functions/jrand48
_
r.texi
@include glibc-functions/lcong48
_
r.texi
@include glibc-functions/lrand48
_
r.texi
@include glibc-functions/mkostemp.texi
@include glibc-functions/mrand48
_
r.texi
@include glibc-functions/nrand48
_
r.texi
@include glibc-functions/on
_
exit.texi
...
...
@@ -5370,9 +5372,11 @@ This list of functions is sorted according to the header that declares them.
@section Glibc Extensions to @code
{
<sys/socket.h>
}
@menu
* accept4::
* isfdtype::
@end menu
@include glibc-functions/accept4.texi
@include glibc-functions/isfdtype.texi
@node Glibc sys/stat.h
...
...
@@ -5655,6 +5659,7 @@ This list of functions is sorted according to the header that declares them.
* brk::
* chroot::
* daemon::
* dup3::
* endusershell::
* euidaccess::
* get
_
current
_
dir
_
name::
...
...
@@ -5666,6 +5671,7 @@ This list of functions is sorted according to the header that declares them.
* getresuid::
* getusershell::
* group
_
member::
* pipe2::
* profil::
* revoke::
* sbrk::
...
...
@@ -5685,6 +5691,7 @@ This list of functions is sorted according to the header that declares them.
@include glibc-functions/brk.texi
@include glibc-functions/chroot.texi
@include glibc-functions/daemon.texi
@include glibc-functions/dup3.texi
@include glibc-functions/endusershell.texi
@include glibc-functions/euidaccess.texi
@include glibc-functions/get
_
current
_
dir
_
name.texi
...
...
@@ -5696,6 +5703,7 @@ This list of functions is sorted according to the header that declares them.
@include glibc-functions/getresuid.texi
@include glibc-functions/getusershell.texi
@include glibc-functions/group
_
member.texi
@include glibc-functions/pipe2.texi
@include glibc-functions/profil.texi
@include glibc-functions/revoke.texi
@include glibc-functions/sbrk.texi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment