summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Makefile.inc
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2001-11-27 07:57:31 +0000
committerwes <wes@FreeBSD.org>2001-11-27 07:57:31 +0000
commit925df35947fcfc5d045b6b1a5fe94446ee610237 (patch)
tree7ac5b714914f6fc2e94ef3d30cf0e21e7661ebef /lib/libc/string/Makefile.inc
parentbdb2c68332b68e36058dc5c28babfde3e25eb657 (diff)
downloadFreeBSD-src-925df35947fcfc5d045b6b1a5fe94446ee610237.zip
FreeBSD-src-925df35947fcfc5d045b6b1a5fe94446ee610237.tar.gz
Must link strerror manpage to strerror_r.
Thanks for the review, Mike. Submitted by: Mike Barcroft <mike@FreeBSD.org>
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r--lib/libc/string/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 54903e3..457fb76 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -35,6 +35,7 @@ MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
+MLINKS+=strerror.3 strerror_r.3
MLINKS+=strlcpy.3 strlcat.3
MLINKS+=strtok.3 strtok_r.3
MLINKS+=strstr.3 strcasestr.3
OpenPOWER on IntegriCloud