diff options
Diffstat (limited to 'libgloss/epiphany/_isatty.c')
-rw-r--r-- | libgloss/epiphany/_isatty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/epiphany/_isatty.c b/libgloss/epiphany/_isatty.c index 9ec5060..cfb1bf6 100644 --- a/libgloss/epiphany/_isatty.c +++ b/libgloss/epiphany/_isatty.c @@ -20,7 +20,7 @@ #include <errno.h> int -_DEFUN(_isatty, (fd), int fd) +_isatty (int fd) { struct stat buf; |