From 1c86fc78246d5589bcab47e36061759e1124b96a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 28 Feb 2006 13:24:24 +0000 Subject: Sync w/ glibc --- libc/misc/regex/regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/regex/regexec.c') diff --git a/libc/misc/regex/regexec.c b/libc/misc/regex/regexec.c index c56fb9d4a..bafc34ce0 100644 --- a/libc/misc/regex/regexec.c +++ b/libc/misc/regex/regexec.c @@ -274,7 +274,7 @@ __compat_regexec (const regex_t *__restrict preg, } compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0); # endif -#elif __UCLIBC__ +#elif defined __UCLIBC__ strong_alias(__regexec,regexec) #endif -- cgit v1.2.3