aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/fileno.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/fileno.c')
-rw-r--r--newlib/libc/stdio/fileno.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/newlib/libc/stdio/fileno.c b/newlib/libc/stdio/fileno.c
index 7b50582..949a381 100644
--- a/newlib/libc/stdio/fileno.c
+++ b/newlib/libc/stdio/fileno.c
@@ -24,7 +24,7 @@ INDEX
INDEX
fileno_unlocked
-ANSI_SYNOPSIS
+SYNOPSIS
#include <stdio.h>
int fileno(FILE *<[fp]>);
@@ -32,16 +32,6 @@ ANSI_SYNOPSIS
#include <stdio.h>
int fileno_unlocked(FILE *<[fp]>);
-TRAD_SYNOPSIS
- #include <stdio.h>
- int fileno(<[fp]>)
- FILE *<[fp]>;
-
- #define _BSD_SOURCE
- #include <stdio.h>
- int fileno_unlocked(<[fp]>)
- FILE *<[fp]>;
-
DESCRIPTION
You can use <<fileno>> to return the file descriptor identified by <[fp]>.