diff options
Diffstat (limited to 'io/pipe2.c')
-rw-r--r-- | io/pipe2.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,9 +24,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) - int pipedes[2]; - int flags; +__pipe2 (int pipedes[2], int flags) { if (pipedes == NULL) { |