summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fileno_unlocked.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fileno_unlocked.c')
-rw-r--r--lib/libc/stdio/fileno_unlocked.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fileno_unlocked.c b/lib/libc/stdio/fileno_unlocked.c
index a3490686..d15d6387 100644
--- a/lib/libc/stdio/fileno_unlocked.c
+++ b/lib/libc/stdio/fileno_unlocked.c
@@ -2,7 +2,7 @@
#include <errno.h>
#include <stdio.h>
-int fileno_unlocked(FILE *stream)
+int fileno_unlocked(struct __FILE *stream)
{
if (stream->fd < 0) {
errno = EBADF;