summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libcompat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index a117592..8940719 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -61,8 +61,9 @@ SRCS+= regerror.c regexp.c regsub.c
MAN3+= regexp/regexp.3
-MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
- regexp.3 regerror.3
+# XXX name clash with libc
+# MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3
+MLINKS+=regexp.3 regsub.3
# SysV compat sources
SRCS+= ftok.c
OpenPOWER on IntegriCloud