summaryrefslogtreecommitdiffstats
path: root/libgloss/cris/gensyscalls
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/cris/gensyscalls')
-rw-r--r--libgloss/cris/gensyscalls3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/cris/gensyscalls b/libgloss/cris/gensyscalls
index f925c1707..b885a20cb 100644
--- a/libgloss/cris/gensyscalls
+++ b/libgloss/cris/gensyscalls
@@ -114,9 +114,8 @@ 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;