summaryrefslogtreecommitdiff
path: root/include/xlocale
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2016-07-28 09:50:19 +0000
committerEd Schouten <ed@FreeBSD.org>2016-07-28 09:50:19 +0000
commit822b22a9bf21c61d772133805ffc911bb6cb974e (patch)
tree2ebfd56bc89466282d3aa2f316dcf3f10706a64f /include/xlocale
parent2d19b736ed527c9d955a1b0adc59c30c9ad6b47b (diff)
downloadsrc-test2-822b22a9bf21c61d772133805ffc911bb6cb974e.tar.gz
src-test2-822b22a9bf21c61d772133805ffc911bb6cb974e.zip
Notes
Diffstat (limited to 'include/xlocale')
-rw-r--r--include/xlocale/_stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xlocale/_stdlib.h b/include/xlocale/_stdlib.h
index 35a2580d4157..d8356793d0c8 100644
--- a/include/xlocale/_stdlib.h
+++ b/include/xlocale/_stdlib.h
@@ -55,5 +55,5 @@ size_t wcstombs_l(char * __restrict,
int wctomb_l(char *, wchar_t, locale_t);
int ___mb_cur_max_l(locale_t);
-#define MB_CUR_MAX_L(x) (___mb_cur_max_l(x))
+#define MB_CUR_MAX_L(x) ((size_t)___mb_cur_max_l(x))