Searched hist:"822 b22a9bf21c61d772133805ffc911bb6cb974e" (Results 1 – 2 of 2) sorted by relevance
/freebsd/include/xlocale/ |
H A D | _stdlib.h | diff 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 D | stdlib.h | diff 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
|