summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-24 19:06:37 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:33 +0200
commit406aa4df9beb44eadedd530bd0a4c87e7e61442a (patch)
tree00261136c162cf3e8735a74de8e1125ff578bc42 /ldso/include
parentbfba593804037746d5ffeab4aef2426031e1c49f (diff)
libdl: no need for _dl_strstr in libdl, use strstr
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso/include')
-rw-r--r--ldso/include/dl-string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h
index dc965330a..cb3eeb1ce 100644
--- a/ldso/include/dl-string.h
+++ b/ldso/include/dl-string.h
@@ -204,7 +204,6 @@ static __always_inline char * _dl_get_last_path_component(char *path)
# define _dl_strcpy strcpy
# define _dl_strcmp strcmp
# define _dl_strrchr strrchr
-# define _dl_strstr strstr
# define _dl_memcpy memcpy
# define _dl_memcmp memcmp
# define _dl_memset memset