projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6f955
)
Add __pipe2 alias.
author
drepper
<drepper>
Sun, 27 Jul 2008 18:23:59 +0000
(18:23 +0000)
committer
drepper
<drepper>
Sun, 27 Jul 2008 18:23:59 +0000
(18:23 +0000)
io/pipe2.c
patch
|
blob
|
history
diff --git
a/io/pipe2.c
b/io/pipe2.c
index
a0b8a8b
..
aa54d17
100644
(file)
--- a/
io/pipe2.c
+++ b/
io/pipe2.c
@@
-25,7
+25,7
@@
PIPEDES[1] can be read from PIPEDES[0]. Apply FLAGS to the new
file descriptors. Returns 0 if successful, -1 if not. */
int
-pipe2 (pipedes, flags)
+
__
pipe2 (pipedes, flags)
int pipedes[2];
int flags;
{
@@
-38,6
+38,7
@@
pipe2 (pipedes, flags)
__set_errno (ENOSYS);
return -1;
}
+weak_alias (__pipe2, pipe2)
stub_warning (pipe2)
#include <stub-tag.h>