diff options
Diffstat (limited to 'src/wchar/wcsrtombs.c')
| -rw-r--r-- | src/wchar/wcsrtombs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/wcsrtombs.c b/src/wchar/wcsrtombs.c index 82a38ff9..9a3c6c87 100644 --- a/src/wchar/wcsrtombs.c +++ b/src/wchar/wcsrtombs.c @@ -5,6 +5,7 @@ size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps) { SIGNAL_SAFE(0); + /* TODO: overlap */ (void)dst; (void)src; (void)len; (void)ps; return 0; |
