about summary refs log tree commit diff
path: root/io/pipe2.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/pipe2.c')
-rw-r--r--io/pipe2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io/pipe2.c b/io/pipe2.c
index d06ed7af9f..cb7805c1de 100644
--- a/io/pipe2.c
+++ b/io/pipe2.c
@@ -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)
     {