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