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 'libgloss/fr30/syscalls.c')
-rw-r--r--libgloss/fr30/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/fr30/syscalls.c b/libgloss/fr30/syscalls.c
index e59a14463..f1bd823c0 100644
--- a/libgloss/fr30/syscalls.c
+++ b/libgloss/fr30/syscalls.c
@@ -129,7 +129,7 @@ _unlink ()
}
int
-isatty (fd)
+_isatty (fd)
int fd;
{
return 0;