summaryrefslogtreecommitdiff
path: root/io/pipe2.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/pipe2.c')
-rw-r--r--io/pipe2.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/io/pipe2.c b/io/pipe2.c
index d06ed7af9f..5949ef5c89 100644
--- a/io/pipe2.c
+++ b/io/pipe2.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,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)
{