about summary refs log tree commit diff
path: root/posix/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/regexec.c')
-rw-r--r--posix/regexec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/regexec.c b/posix/regexec.c
index f748a314bb..8699e71b30 100644
--- a/posix/regexec.c
+++ b/posix/regexec.c
@@ -588,8 +588,7 @@ int
 # ifdef _LIBC
 weak_function
 # endif
-re_exec (s)
-     const char *s;
+re_exec (const char *s)
 {
   return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
 }