Update buildroot 2018.05
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -9,20 +9,20 @@ Index: b/src/Mayaqua/Mayaqua.h
|
||||
--- a/src/Mayaqua/Mayaqua.h
|
||||
+++ b/src/Mayaqua/Mayaqua.h
|
||||
@@ -282,17 +282,7 @@
|
||||
#include <ifaddrs.h>
|
||||
#endif // MAYAQUA_SUPPORTS_GETIFADDRS
|
||||
|
||||
-#ifdef UNIX_LINUX
|
||||
-typedef void *iconv_t;
|
||||
-iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
|
||||
-size_t iconv (iconv_t __cd, char **__restrict __inbuf,
|
||||
- size_t *__restrict __inbytesleft,
|
||||
- char **__restrict __outbuf,
|
||||
- size_t *__restrict __outbytesleft);
|
||||
-int iconv_close (iconv_t __cd);
|
||||
-#else // UNIX_LINUX
|
||||
#include <iconv.h>
|
||||
-#endif // UNIX_LINUX
|
||||
|
||||
|
||||
|
||||
#include <ifaddrs.h>
|
||||
#endif // MAYAQUA_SUPPORTS_GETIFADDRS
|
||||
|
||||
-#ifdef UNIX_LINUX
|
||||
-typedef void *iconv_t;
|
||||
-iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
|
||||
-size_t iconv (iconv_t __cd, char **__restrict __inbuf,
|
||||
- size_t *__restrict __inbytesleft,
|
||||
- char **__restrict __outbuf,
|
||||
- size_t *__restrict __outbytesleft);
|
||||
-int iconv_close (iconv_t __cd);
|
||||
-#else // UNIX_LINUX
|
||||
#include <iconv.h>
|
||||
-#endif // UNIX_LINUX
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user