فهرست منبع

Correct regexec

Peter S. Mazinger 20 سال پیش
والد
کامیت
09cce1e048
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      libc/misc/regex/regexec.c

+ 2 - 0
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.  */