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/cris/gensyscalls')
-rw-r--r--libgloss/cris/gensyscalls3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/cris/gensyscalls b/libgloss/cris/gensyscalls
index b885a20cb..f925c1707 100644
--- a/libgloss/cris/gensyscalls
+++ b/libgloss/cris/gensyscalls
@@ -114,8 +114,9 @@ struct termios {
/* From asm-etrax100/ioctls.h: beware of updates. */
#define TCGETS 0x5401
+/* Note that this name does not have a prepended underscore. */
int
-_isatty (int fd)
+isatty (int fd)
{
struct termios dummy;
int save_errno = errno;