mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
Use HAVE_WCSTOD_L also in header
This commit is contained in:
parent
57d6124e6e
commit
14ee19cc1b
|
@ -199,6 +199,6 @@ int flock(int fd, int op);
|
|||
|
||||
#endif
|
||||
|
||||
#ifndef wcstod_l
|
||||
#ifndef HAVE_WCSTOD_L
|
||||
double wcstod_l(const wchar_t *enptr, wchar_t **endptr, locale_t loc);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user