summary refs log tree commit diff
path: root/string/rawmemchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/rawmemchr.c')
-rw-r--r--string/rawmemchr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/string/rawmemchr.c b/string/rawmemchr.c
index 228ca9d216..b18c8adce9 100644
--- a/string/rawmemchr.c
+++ b/string/rawmemchr.c
@@ -53,9 +53,7 @@
 
 /* Find the first occurrence of C in S.  */
 __ptr_t
-RAWMEMCHR (s, c_in)
-     const __ptr_t s;
-     int c_in;
+RAWMEMCHR (const __ptr_t s, int c_in)
 {
   const unsigned char *char_ptr;
   const unsigned long int *longword_ptr;