diff options
Diffstat (limited to 'src/locale/localeconv.c')
| -rw-r--r-- | src/locale/localeconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localeconv.c b/src/locale/localeconv.c index 4e87bfb3..9dc79302 100644 --- a/src/locale/localeconv.c +++ b/src/locale/localeconv.c @@ -15,7 +15,7 @@ struct lconv * localeconv(void) return &(__get_locale()->lconv); } -__check_0(struct lconv *, NULL, localeconv) +CHECK_0(struct lconv *, NULL, localeconv) /*** fills in a STRUCTDEF(lconv) in the current locale for |
