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/libnosys/isatty.c')
-rw-r--r--libgloss/libnosys/isatty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/libnosys/isatty.c b/libgloss/libnosys/isatty.c
index db124315b..d93e17702 100644
--- a/libgloss/libnosys/isatty.c
+++ b/libgloss/libnosys/isatty.c
@@ -11,11 +11,11 @@ extern int errno;
#include "warning.h"
int
-_DEFUN (isatty, (file),
+_DEFUN (_isatty, (file),
int file)
{
errno = ENOSYS;
return 0;
}
-stub_warning(isatty)
+stub_warning(_isatty)