diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 14:22:04 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 14:22:04 -0500 |
| commit | f777999710878dc9c5cdea3b297c0c1ccd934adc (patch) | |
| tree | 2d37c4cdd8487d563487caa58fa60ef946b8d5fb /src/nonstd/__load_locale.c | |
| parent | 5608b687ac1a10b1cc525d8e61d0abfce2f5737d (diff) | |
clean up internal locale stuff
Diffstat (limited to 'src/nonstd/__load_locale.c')
| -rw-r--r-- | src/nonstd/__load_locale.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nonstd/__load_locale.c b/src/nonstd/__load_locale.c new file mode 100644 index 00000000..193aa333 --- /dev/null +++ b/src/nonstd/__load_locale.c @@ -0,0 +1,4 @@ +#include <nonstd/locale.h> + +#define __load_locale(_loc, _mask, _name) \ + ((char * (*)(struct __locale *, int, const char *))__libc(LOAD_LOCALE))(_loc, _mask, _name) |
