<stdlib.h>: Fix MB_CUR_MAX return type.
commitb345f56cfb01db2dd70c7c24a706b794d0e0ce0b
authorzrj <rimvydas.jasinskas@gmail.com>
Sat, 20 Aug 2016 11:29:46 +0000 (20 14:29 +0300)
committerzrj <zrj@dragonflybsd.org>
Wed, 31 Aug 2016 07:45:58 +0000 (31 10:45 +0300)
tree283312eebb43409852dff9c6000668b0ad42ef5e
parentd3b95ee11cf3c1f8c08405412797a5cacdef931c
<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.
include/stdlib.h