about summary refs log tree commit diff
path: root/posix/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/regcomp.c')
-rw-r--r--posix/regcomp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/regcomp.c b/posix/regcomp.c
index c8e0c79219..94748beae9 100644
--- a/posix/regcomp.c
+++ b/posix/regcomp.c
@@ -662,8 +662,7 @@ char *
    regcomp/regexec above without link errors.  */
 weak_function
 # endif
-re_comp (s)
-     const char *s;
+re_comp (const char *s)
 {
   reg_errcode_t ret;
   char *fastmap;