diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nonstd/__load_locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nonstd/__load_locale.c b/src/nonstd/__load_locale.c index 193aa333..2233e6b8 100644 --- a/src/nonstd/__load_locale.c +++ b/src/nonstd/__load_locale.c @@ -1,4 +1,4 @@ #include <nonstd/locale.h> #define __load_locale(_loc, _mask, _name) \ - ((char * (*)(struct __locale *, int, const char *))__libc(LOAD_LOCALE))(_loc, _mask, _name) + ((char * (*)(struct __locale_t *, int, const char *))__libc(LOAD_LOCALE))(_loc, _mask, _name) |
