summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/isatty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/isatty.c')
-rw-r--r--sysdeps/mach/hurd/isatty.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/isatty.c b/sysdeps/mach/hurd/isatty.c
index 3fd5077717..1bd062b17c 100644
--- a/sysdeps/mach/hurd/isatty.c
+++ b/sysdeps/mach/hurd/isatty.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1994-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
@@ -22,8 +22,7 @@
/* Return 1 if FD is a terminal, 0 if not. */
int
-__isatty (fd)
- int fd;
+__isatty (int fd)
{
error_t err;
mach_port_t id;