summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjvoisin2023-08-21 00:43:30 +0200
committerjvoisin2023-08-21 00:43:30 +0200
commitd9feee06053d1f3c006de00b00dd5feb54ca75e5 (patch)
tree6692455e366756429536cb4250db75400ea94fcd /include
parent81527127a9ea5e7db973329b59a5ef7234b05d26 (diff)
Add tests for fgetws and mbsrtowcs
Diffstat (limited to 'include')
-rw-r--r--include/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 89ae539..4ca49e8 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -229,7 +229,7 @@ _FORTIFY_FN(wcsrtombs) size_t wcsrtombs(char * _FORTIFY_POS0 __d,
229 return __r; 229 return __r;
230} 230}
231 231
232__access(write_only, 2, 3) 232__access(write_only, 1, 3)
233__diagnose_as_builtin(__builtin_wcstombs, 1, 2, 3) 233__diagnose_as_builtin(__builtin_wcstombs, 1, 2, 3)
234_FORTIFY_FN(wcstombs) size_t wcstombs(char * _FORTIFY_POS0 __s, 234_FORTIFY_FN(wcstombs) size_t wcstombs(char * _FORTIFY_POS0 __s,
235 const wchar_t *__ws, size_t __n) 235 const wchar_t *__ws, size_t __n)