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/mn10300/isatty.c')
-rw-r--r--libgloss/mn10300/isatty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mn10300/isatty.c b/libgloss/mn10300/isatty.c
index 7e63a8c7c..0930a531e 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;