about summary refs log tree commit diff
path: root/debug/fgets_u_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/fgets_u_chk.c')
-rw-r--r--debug/fgets_u_chk.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/debug/fgets_u_chk.c b/debug/fgets_u_chk.c
index 2480964260..580e3965b3 100644
--- a/debug/fgets_u_chk.c
+++ b/debug/fgets_u_chk.c
@@ -29,11 +29,7 @@
 #include <sys/param.h>
 
 char *
-__fgets_unlocked_chk (buf, size, n, fp)
-     char *buf;
-     size_t size;
-     int n;
-     _IO_FILE *fp;
+__fgets_unlocked_chk (char *buf, size_t size, int n, _IO_FILE *fp)
 {
   _IO_size_t count;
   char *result;