about summary refs log tree commit diff
path: root/libio/iofflush_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofflush_u.c')
-rw-r--r--libio/iofflush_u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofflush_u.c b/libio/iofflush_u.c
index 344f7cfe10..aff264a0b3 100644
--- a/libio/iofflush_u.c
+++ b/libio/iofflush_u.c
@@ -28,7 +28,7 @@
 #include <stdio.h>
 
 int
-__fflush_unlocked (_IO_FILE *fp)
+__fflush_unlocked (FILE *fp)
 {
   if (fp == NULL)
     return _IO_flush_all ();