git: <stdlib.h>: Fix MB_CUR_MAX return type.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Aug 31 01:00:28 PDT 2016
commit b345f56cfb01db2dd70c7c24a706b794d0e0ce0b
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sat Aug 20 14:29:46 2016 +0300
<stdlib.h>: Fix MB_CUR_MAX return type.
Looks like per POSIX it should be size_t (currently it was int).
While there, expand visibility for long long types (including _Exit())
for certain c++ implementations.
Summary of changes:
include/stdlib.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b345f56cfb01db2dd70c7c24a706b794d0e0ce0b
--
DragonFly BSD source repository
More information about the Commits
mailing list