This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 348a0fdb26be0ceee1038e699996275233e56b00 (commit)
from 1e60c82855cd04abda514224676deff316bd25db (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 348a0fdb26be0ceee1038e699996275233e56b00
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sun Jun 7 13:29:33 2015 -0500
avoid some compiler warnings
Patch seen here:
http://lists.uclibc.org/pipermail/uclibc/2015-April/048892.html
-----------------------------------------------------------------------
Summary of changes:
ldso/include/dl-string.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h
index aacad10..14ae617 100644
--- a/ldso/include/dl-string.h
+++ b/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
hooks/post-receive
--
uClibc-ng - small C library for embedded systems