summaryrefslogtreecommitdiff
path: root/libio/pclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/pclose.c')
-rw-r--r--libio/pclose.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/pclose.c b/libio/pclose.c
index 019b74d9d1..219be57dbd 100644
--- a/libio/pclose.c
+++ b/libio/pclose.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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
@@ -30,8 +30,7 @@
#include <shlib-compat.h>
int
-__new_pclose (fp)
- FILE *fp;
+__new_pclose (FILE *fp)
{
#if 0
/* Does not actually test that stream was created by popen(). Instead,