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
f2adc007
Commit
f2adc007
authored
Aug 23, 2009
by
Bruno Haible
Browse files
Improve comment about pipe2.
parent
27089d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/unistd.in.h
View file @
f2adc007
...
...
@@ -537,7 +537,9 @@ extern int link (const char *path1, const char *path2);
The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>)
and O_TEXT, O_BINARY (defined in "binary-io.h").
Store the read-end as fd[0] and the write-end as fd[1].
Return 0 upon success, or -1 with errno set upon failure. */
Return 0 upon success, or -1 with errno set upon failure.
See also the Linux man page at
<http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>. */
# if !@HAVE_PIPE2@
extern
int
pipe2
(
int
fd
[
2
],
int
flags
);
# endif
...
...
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