diff options
Diffstat (limited to 'newlib/libc/sys/h8300hms/syscalls.c')
-rw-r--r-- | newlib/libc/sys/h8300hms/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/h8300hms/syscalls.c b/newlib/libc/sys/h8300hms/syscalls.c index b716e62fc..b9ec17a52 100644 --- a/newlib/libc/sys/h8300hms/syscalls.c +++ b/newlib/libc/sys/h8300hms/syscalls.c @@ -3,7 +3,7 @@ #include <_ansi.h> #include <errno.h> -int isatty(file) +int _isatty(file) int file; { return 1; |