diff options
Diffstat (limited to 'posix/regex.c')
-rw-r--r-- | posix/regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posix/regex.c b/posix/regex.c index 3868da3eb7..62c41c11bb 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -52,7 +52,9 @@ /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */ # include <wchar.h> # include <wctype.h> +#endif +#ifdef _LIBC /* We have to keep the namespace clean. */ # define regfree(preg) __regfree (preg) # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) |