X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..c957a83bde4df2e2d3d1ed0963656856b48ef0a0:/string/Makefile.inc diff --git a/string/Makefile.inc b/string/Makefile.inc index ac4318a..3f8bc05 100644 --- a/string/Makefile.inc +++ b/string/Makefile.inc @@ -37,8 +37,11 @@ FBSDMAN3= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \ .include "Makefile.fbsd_end" MLINKS+=strcasecmp.3 strncasecmp.3 +MLINKS+=strcasecmp.3 strcasecmp_l.3 +MLINKS+=strcasecmp.3 strncasecmp_l.3 MLINKS+=strcat.3 strncat.3 MLINKS+=strcmp.3 strncmp.3 +MLINKS+=strcoll.3 strcoll_l.3 MLINKS+=strcpy.3 stpcpy.3 MLINKS+=strcpy.3 strncpy.3 MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3 @@ -47,6 +50,11 @@ MLINKS+=strlcpy.3 strlcat.3 MLINKS+=strtok.3 strtok_r.3 MLINKS+=strstr.3 strcasestr.3 MLINKS+=strstr.3 strnstr.3 +MLINKS+=strstr.3 strcasestr_l.3 +MLINKS+=strxfrm.3 strxfrm_l.3 +MLINKS+=wcscoll.3 wcscoll_l.3 +MLINKS+=wcswidth.3 wcswidth_l.3 +MLINKS+=wcsxfrm.3 wcsxfrm_l.3 MLINKS+=wmemchr.3 wmemcmp.3 wmemchr.3 wmemcpy.3 \ wmemchr.3 wmemmove.3 wmemchr.3 wmemset.3 \ wmemchr.3 wcscat.3 wmemchr.3 wcschr.3 \