libandroid-support: Bump revision after arm softfp
[termux-packages] / packages / libandroid-support / include-wchar.h.patch
CommitLineData
02eb3a1a
FF
1diff -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 *);