summaryrefslogtreecommitdiff
path: root/io/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/pipe.c')
-rw-r--r--io/pipe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/pipe.c b/io/pipe.c
index 8cc20f1ae0..305293f488 100644
--- a/io/pipe.c
+++ b/io/pipe.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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)
{