]> sourceware.org Git - newlib-cygwin.git/commit
Provide __intmax_t and __uintmax_t
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Tue, 25 Oct 2016 05:13:49 +0000 (07:13 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 25 Oct 2016 14:24:05 +0000 (16:24 +0200)
commitb1f321538097ee4fac334acf7794d502d6d371fa
tree748868c3502b50a2379d983a9f0b70b17909a110
parent4e91600796e9c347d8eb84bf37da7fb20f8503d2
Provide __intmax_t and __uintmax_t

Provide __intmax_t and __uintmax_t via <machine/_default_types.h> and
define intmax_t and uintmax_t in <sys/_stdint.h> for FreeBSD
compatibility.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/include/machine/_default_types.h
newlib/libc/include/stdint.h
newlib/libc/include/sys/_intsup.h
newlib/libc/include/sys/_stdint.h
This page took 0.029222 seconds and 5 git commands to generate.