diff options
Diffstat (limited to 'src/wchar/wcstold.c')
| -rw-r--r-- | src/wchar/wcstold.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/wcstold.c b/src/wchar/wcstold.c index bf0304b6..a4847d40 100644 --- a/src/wchar/wcstold.c +++ b/src/wchar/wcstold.c @@ -5,6 +5,7 @@ long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr) { SIGNAL_SAFE(0); + /* TODO: overlap */ (void)nptr; (void)endptr; return 0; |
