diff options
-rw-r--r-- | libc/misc/regex/regexec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/regex/regexec.c b/libc/misc/regex/regexec.c index a985d9e7e..ab654f705 100644 --- a/libc/misc/regex/regexec.c +++ b/libc/misc/regex/regexec.c @@ -274,6 +274,8 @@ __compat_regexec (const regex_t *__restrict preg, } compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0); # endif +#elif __UCLIBC__ +weak_alias(__regexec,regexec) #endif /* Entry points for GNU code. */ |