chiark / gitweb /
[PATCH] sync up with the 0.84 version of klibc
[elogind.git] / klibc / klibc / Makefile
index 470a276ded9f022eea2348e1a6ee689f85284f24..e1d63381c18924e0ac5832ebcbc3fa980ae1c8a7 100644 (file)
@@ -27,6 +27,7 @@ LIBOBJS = vsnprintf.o snprintf.o vsprintf.o sprintf.o \
          brk.o sbrk.o malloc.o realloc.o calloc.o mmap.o \
          memcpy.o memcmp.o memset.o memccpy.o memmem.o memswap.o \
          memmove.o \
+         strcasecmp.o strncasecmp.o strndup.o strerror.o \
          strcat.o strchr.o strcmp.o strcpy.o strdup.o strlen.o \
          strncat.o strstr.o strncmp.o strncpy.o strrchr.o strspn.o \
          strsep.o strtok.o \