Browse Source

avoid some compiler warnings

Patch seen here:
http://lists.uclibc.org/pipermail/uclibc/2015-April/048892.html
Waldemar Brodkorb 9 years ago
parent
commit
c5a409f986
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ldso/include/dl-string.h

+ 2 - 0
ldso/include/dl-string.h

@@ -204,7 +204,9 @@ static __always_inline char * _dl_get_last_path_component(char *path)
 # define _dl_strcat strcat
 # define _dl_strcpy strcpy
 # define _dl_strcmp strcmp
+# define _dl_strchr strchr
 # define _dl_strrchr strrchr
+# define _dl_strstr strstr
 # define _dl_memcpy memcpy
 # define _dl_memcmp memcmp
 # define _dl_memset memset