diff options
Diffstat (limited to 'newlib/libc/sys/d10v/syscalls.c')
-rw-r--r-- | newlib/libc/sys/d10v/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/d10v/syscalls.c b/newlib/libc/sys/d10v/syscalls.c index 11192074a..4c71db390 100644 --- a/newlib/libc/sys/d10v/syscalls.c +++ b/newlib/libc/sys/d10v/syscalls.c @@ -64,7 +64,7 @@ _unlink () } int -isatty (int fd) +_isatty (int fd) { return 1; } |