Home
last modified time | relevance | path

Searched hist:"822 b22a9bf21c61d772133805ffc911bb6cb974e" (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/xlocale/
H A D_stdlib.hdiff 822b22a9bf21c61d772133805ffc911bb6cb974e Thu Jul 28 11:50:19 CEST 2016 Ed Schouten <ed@FreeBSD.org> Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.

POSIX requires that MB_CUR_MAX expands to an expression of type size_t.
It currently expands to an int. As these are already macros, don't
change the underlying type of these functions. There is no ned to touch
those.

Differential Revision: https://reviews.freebsd.org/D6645
/freebsd/include/
H A Dstdlib.hdiff 822b22a9bf21c61d772133805ffc911bb6cb974e Thu Jul 28 11:50:19 CEST 2016 Ed Schouten <ed@FreeBSD.org> Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.

POSIX requires that MB_CUR_MAX expands to an expression of type size_t.
It currently expands to an int. As these are already macros, don't
change the underlying type of these functions. There is no ned to touch
those.

Differential Revision: https://reviews.freebsd.org/D6645