about summary refs log tree commit diff
path: root/stdio/vasprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/vasprintf.c')
-rw-r--r--stdio/vasprintf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdio/vasprintf.c b/stdio/vasprintf.c
index 47a074e6ca..ffcf3eb972 100644
--- a/stdio/vasprintf.c
+++ b/stdio/vasprintf.c
@@ -26,9 +26,7 @@
 
 /* Enlarge STREAM's buffer.  */
 static void
-enlarge_buffer (stream, c)
-     FILE *stream;
-     int c;
+enlarge_buffer (FILE *stream, int c)
 {
   ptrdiff_t bufp_offset = stream->__bufp - stream->__buffer;
   char *newbuf;