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:
authorJeff Johnston <jjohnstn@redhat.com>2008-01-04 01:38:31 +0300
committerJeff Johnston <jjohnstn@redhat.com>2008-01-04 01:38:31 +0300
commit277723722fd1f69cdaa1d660d6c6284b02a646d7 (patch)
treed8edee9e2ad4914419583faf367f5aa6aadb464d /libgloss/mn10200
parenta639937a9ab176d7c38c1de7ef0d3b0d7643f856 (diff)
2008-01-03 Jeff Johnston <jjohnstn@redhat.com>
* arm/redboot-syscalls.c: Consistently supply _isatty if syscalls dir is used in newlib. * bfin/syscalls.c: Ditto. * cris/gensyscalls: Ditto. * fr30/syscalls.c: Ditto. * frv/isatty.c: Ditto. * iq2000/isatty.c: Ditto. * libnosys/isatty.c: Ditto. * m32r/isatty.c: Ditto. * mn10200/isatty.c: Ditto. * mn10300/isatty.c: Ditto. * xstormy16/isatty.c: New file with _isatty function.
Diffstat (limited to 'libgloss/mn10200')
-rw-r--r--libgloss/mn10200/isatty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mn10200/isatty.c b/libgloss/mn10200/isatty.c
index 0930a531e..7e63a8c7c 100644
--- a/libgloss/mn10200/isatty.c
+++ b/libgloss/mn10200/isatty.c
@@ -4,7 +4,7 @@
#include "trap.h"
-isatty (fd)
+_isatty (fd)
int fd;
{
return 1;