diff options
| -rw-r--r-- | include/wchar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index d031397..f047201 100644 --- a/include/wchar.h +++ b/include/wchar.h | |||
| @@ -218,6 +218,7 @@ _FORTIFY_FN(wcsrtombs) size_t wcsrtombs(char * _FORTIFY_POS0 __d, | |||
| 218 | return __r; | 218 | return __r; |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | __access(write_only, 2, 3) | ||
| 221 | _FORTIFY_FN(wcstombs) size_t wcstombs(char * _FORTIFY_POS0 __s, | 222 | _FORTIFY_FN(wcstombs) size_t wcstombs(char * _FORTIFY_POS0 __s, |
| 222 | const wchar_t *__ws, size_t __n) | 223 | const wchar_t *__ws, size_t __n) |
| 223 | { | 224 | { |
