summaryrefslogtreecommitdiff
path: root/libio/oldpclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/oldpclose.c')
-rw-r--r--libio/oldpclose.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/oldpclose.c b/libio/oldpclose.c
index cafa405110..13ee2558e7 100644
--- a/libio/oldpclose.c
+++ b/libio/oldpclose.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-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
@@ -34,8 +34,7 @@
int
attribute_compat_text_section
-__old_pclose (fp)
- FILE *fp;
+__old_pclose (FILE *fp)
{
#if 0
/* Does not actually test that stream was created by popen(). Instead,