diff options
Diffstat (limited to 'libgloss/mn10300/isatty.c')
-rw-r--r-- | libgloss/mn10300/isatty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mn10300/isatty.c b/libgloss/mn10300/isatty.c index 0930a53..7e63a8c 100644 --- a/libgloss/mn10300/isatty.c +++ b/libgloss/mn10300/isatty.c @@ -4,7 +4,7 @@ #include "trap.h" -isatty (fd) +_isatty (fd) int fd; { return 1; |