about summary refs log tree commit diff
path: root/string/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/memcmp.c')
-rw-r--r--string/memcmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/string/memcmp.c b/string/memcmp.c
index 429c9c838d..9d7e25fd79 100644
--- a/string/memcmp.c
+++ b/string/memcmp.c
@@ -93,8 +93,7 @@ typedef unsigned char byte;
 static int memcmp_bytes (op_t, op_t) __THROW;
 
 static int
-memcmp_bytes (a, b)
-     op_t a, b;
+memcmp_bytes (op_t a, op_t b)
 {
   long int srcp1 = (long int) &a;
   long int srcp2 = (long int) &b;