diff options
Diffstat (limited to 'posix/regexec.c')
-rw-r--r-- | posix/regexec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/regexec.c b/posix/regexec.c index f748a31..8699e71 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); } |