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 'newlib/libc/stdio/fileno.c')
-rw-r--r--newlib/libc/stdio/fileno.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/fileno.c b/newlib/libc/stdio/fileno.c
index 949a381f8..ceb83f834 100644
--- a/newlib/libc/stdio/fileno.c
+++ b/newlib/libc/stdio/fileno.c
@@ -63,8 +63,7 @@ Supporting OS subroutines required: none.
#include "local.h"
int
-_DEFUN(fileno, (f),
- FILE * f)
+fileno (FILE * f)
{
int result;
CHECK_INIT (_REENT, f);