summary refs log tree commit diff
path: root/io/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/pipe.c')
-rw-r--r--io/pipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/pipe.c b/io/pipe.c
index 8cc20f1ae0..0377ac1b18 100644
--- a/io/pipe.c
+++ b/io/pipe.c
@@ -24,8 +24,7 @@
    bytes written on PIPEDES[1] can be read from PIPEDES[0].
    Returns 0 if successful, -1 if not.  */
 int
-__pipe (__pipedes)
-     int __pipedes[2];
+__pipe (int __pipedes[2])
 {
   if (__pipedes == NULL)
     {