about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2021-10-26 19:42:59 -0500
committerNoah Goldstein <goldstein.w.n@gmail.com>2021-10-27 13:03:46 -0500
commit3592ccd472a47ec8be977b0ff33f841f4c175caf (patch)
tree4d9205d87ff4c2cd400d2e19dddccc5bb192a393 /string/Makefile
parent11c88336e3013653d473fd58d8658d0cd30887e3 (diff)
downloadglibc-3592ccd472a47ec8be977b0ff33f841f4c175caf.tar.gz
glibc-3592ccd472a47ec8be977b0ff33f841f4c175caf.tar.xz
glibc-3592ccd472a47ec8be977b0ff33f841f4c175caf.zip
String: Add __memcmpeq as build target
No bug. This commit just adds __memcmpeq as a build target so that
implementations for __memcmpeq that are not just aliases to memcmp can
be supported.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 40d6fac133..2199dd30b7 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -34,7 +34,7 @@ routines	:= strcat strchr strcmp strcoll strcpy strcspn		\
 		   strerror _strerror strlen strnlen			\
 		   strncat strncmp strncpy				\
 		   strrchr strpbrk strsignal strspn strstr strtok	\
-		   strtok_r strxfrm memchr memcmp memmove memset	\
+		   strtok_r strxfrm memchr memcmp memcmpeq memmove memset	\
 		   mempcpy bcopy bzero ffs ffsll stpcpy stpncpy		\
 		   strcasecmp strncase strcasecmp_l strncase_l		\
 		   memccpy memcpy wordcopy strsep strcasestr		\