Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/h8500hms/syscalls.c')
-rw-r--r--newlib/libc/sys/h8500hms/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/h8500hms/syscalls.c b/newlib/libc/sys/h8500hms/syscalls.c
index 0f3471ab0..bb0c3c0c7 100644
--- a/newlib/libc/sys/h8500hms/syscalls.c
+++ b/newlib/libc/sys/h8500hms/syscalls.c
@@ -93,7 +93,7 @@ _sbrk (incr)
int
-_isatty (file)
+isatty (file)
int file;
{
return 1;