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/lm32')
-rw-r--r--libgloss/lm32/isatty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/lm32/isatty.c b/libgloss/lm32/isatty.c
index 69833fa07..d90b4df08 100644
--- a/libgloss/lm32/isatty.c
+++ b/libgloss/lm32/isatty.c
@@ -33,8 +33,7 @@
* other files are not.
*/
int
-_DEFUN (_isatty, (fd),
- int fd)
+_isatty (int fd)
{
if ((fd == 0) || (fd == 1) || (fd == 2))
return 1;