diff options
| author | jvoisin | 2023-08-21 00:43:30 +0200 |
|---|---|---|
| committer | jvoisin | 2023-08-21 00:43:30 +0200 |
| commit | d9feee06053d1f3c006de00b00dd5feb54ca75e5 (patch) | |
| tree | 6692455e366756429536cb4250db75400ea94fcd /include | |
| parent | 81527127a9ea5e7db973329b59a5ef7234b05d26 (diff) | |
Add tests for fgetws and mbsrtowcs
Diffstat (limited to 'include')
| -rw-r--r-- | include/wchar.h | 2 |
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) |
