summaryrefslogtreecommitdiff
path: root/io/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/close.c')
-rw-r--r--io/close.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/close.c b/io/close.c
index 267cfbc7e9..ccbe862e49 100644
--- a/io/close.c
+++ b/io/close.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
@@ -20,8 +20,7 @@
/* Close the file descriptor FD. */
int
-__close (fd)
- int fd;
+__close (int fd)
{
if (fd < 0)
{