summaryrefslogtreecommitdiff
path: root/include/xlocale
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2016-07-29 17:18:47 +0000
committerEd Schouten <ed@FreeBSD.org>2016-07-29 17:18:47 +0000
commit718fe473dd6e95d8258043478cab40661ec00a3f (patch)
tree65b38bf569fa9acbb4da1ca63f64db75dfb50e1e /include/xlocale
parent6bd57d14ed207b6b5aa94f81b8bef29bc52b8518 (diff)
downloadsrc-test2-718fe473dd6e95d8258043478cab40661ec00a3f.tar.gz
src-test2-718fe473dd6e95d8258043478cab40661ec00a3f.zip
Notes
Diffstat (limited to 'include/xlocale')
-rw-r--r--include/xlocale/_locale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xlocale/_locale.h b/include/xlocale/_locale.h
index f8aafb8a1ba9..adbfb9242754 100644
--- a/include/xlocale/_locale.h
+++ b/include/xlocale/_locale.h
@@ -48,7 +48,7 @@ typedef struct _xlocale *locale_t;
#endif
locale_t duplocale(locale_t base);
-int freelocale(locale_t loc);
+void freelocale(locale_t loc);
locale_t newlocale(int mask, const char *locale, locale_t base);
const char *querylocale(int mask, locale_t loc);
locale_t uselocale(locale_t loc);