diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2017-08-25 19:48:42 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-08-28 17:31:52 +0200 |
commit | f1863582eda80694f77a90ad21d5b2eb2be9b881 (patch) | |
tree | 3abe7fe1fc4c88281ff5df5ff6319bdad3860ed0 /include/obstack.h | |
parent | cf8bf843f8be1771b8ad2489480cfdbbc42a668d (diff) | |
download | newlib-f1863582eda80694f77a90ad21d5b2eb2be9b881.zip newlib-f1863582eda80694f77a90ad21d5b2eb2be9b881.tar.gz newlib-f1863582eda80694f77a90ad21d5b2eb2be9b881.tar.bz2 |
Fix compile error due to new strnstr()
Remove local strnstr() implementation to fix compile error:
newlib/libc/iconv/lib/aliasesi.c:53:8: error: conflicting types for 'strnstr'
_DEFUN(strnstr, (haystack, needle, length),
^
In file included from newlib/libc/iconv/lib/aliasesi.c:29:0:
newlib/libc/include/string.h:125:10:
note: previous declaration of 'strnstr' was here
char *strnstr(const char *, const char *, size_t) __pure;
^~~~~~~
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'include/obstack.h')
0 files changed, 0 insertions, 0 deletions