summaryrefslogtreecommitdiff
path: root/sysdeps/posix/stdio_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/stdio_init.c')
-rw-r--r--sysdeps/posix/stdio_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/stdio_init.c b/sysdeps/posix/stdio_init.c
index 6847d1fdc9..4dc7028133 100644
--- a/sysdeps/posix/stdio_init.c
+++ b/sysdeps/posix/stdio_init.c
@@ -26,8 +26,7 @@
If no buffer is allocated, but the bufsize is set,
the bufsize will be used to allocate the buffer. */
void
-__stdio_init_stream (stream)
- FILE *stream;
+__stdio_init_stream (FILE *stream)
{
const int fd = (int) stream->__cookie;
struct stat statb;