chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / libandroid-support / include-wchar.h.patch
1 diff -u -r /home/fornwall/lib/android-ndk/sources/android/support/include/wchar.h ./include/wchar.h
2 --- /home/fornwall/lib/android-ndk/sources/android/support/include/wchar.h      2014-08-03 23:06:22.000000000 -0400
3 +++ ./include/wchar.h   2015-07-13 03:18:31.440649551 -0400
4 @@ -119,6 +119,7 @@
5  wchar_t *wcstok (wchar_t *__restrict__, const wchar_t *__restrict__, wchar_t **__restrict__);
6  
7  size_t wcslen (const wchar_t *);
8 +size_t wcslcpy(wchar_t *dst, const wchar_t *src, size_t siz);
9  
10  wchar_t *wcsstr (const wchar_t *__restrict__, const wchar_t *__restrict__);
11  wchar_t *wcswcs (const wchar_t *, const wchar_t *);