From 09cce1e0487d0d2882d0104a5a2148221a9e3db6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 28 Nov 2005 17:18:28 +0000 Subject: Correct regexec --- libc/misc/regex/regexec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/misc/regex') 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. */ -- cgit v1.2.3