acadia-newlib/newlib/libc/include/sys
Sebastian Huber 897d3a3cc4 Add <sys/_stdint.h> for FreeBSD compatibility
* libc/include/sys/_stdint.h: New file.
        * libc/include/stdint.h (int8_t): Move to <sys/_stdint.h>.
        (uint8_t): Likewise.
        (int16_t): Likewise.
        (uint16_t): Likewise.
        (int32_t): Likewise.
        (uint32_t): Likewise.
        (int64_t): Likewise.
        (uint64_t): Likewise.
        (intptr_t): Likewise.
        (uintptr_t): Likewise.
        * libc/include/sys/types.h: Include <sys/_stdint.h>.
        * libc/sys/rtems/machine/_types.h: Remove <stdint.h> include.
        * libc/sys/time.h>: Replace __uint32_t with uint32_t and
        __uint64_t with uint64_t.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-23 21:57:10 +02:00
..
_default_fcntl.h * libc/include/sys/_default_fcntl.h: Move all Cygwin-specific open 2014-11-25 11:53:00 +00:00
_intsup.h
_stdint.h Add <sys/_stdint.h> for FreeBSD compatibility 2015-04-23 21:57:10 +02:00
_timespec.h Add and use latest <sys/timespec.h> from FreeBSD 2015-03-11 15:45:38 +01:00
_timeval.h Merge parts of <sys/time.h> from FreeBSD 2015-03-13 13:17:34 +01:00
_types.h
cdefs.h * libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has an 2015-02-25 15:58:41 +00:00
config.h Change from configure time to compile time probe for intptr_t definition. 2015-04-23 21:57:06 +02:00
custom_file.h
dir.h
dirent.h
errno.h
fcntl.h
features.h 2014-12-26 Freddie Chopin <freddie_chopin@op.pl> 2015-01-05 17:31:28 +00:00
file.h
iconvnls.h
lock.h
param.h
queue.h
reent.h
resource.h
sched.h Add and use latest <sys/timespec.h> from FreeBSD 2015-03-11 15:45:38 +01:00
signal.h Make stack_t typedef generally available 2015-04-23 21:57:10 +02:00
stat.h Add and use latest <sys/timespec.h> from FreeBSD 2015-03-11 15:45:38 +01:00
stdio.h
string.h
syslimits.h
time.h Add <sys/_stdint.h> for FreeBSD compatibility 2015-04-23 21:57:10 +02:00
timeb.h
times.h
timespec.h Add and use latest <sys/timespec.h> from FreeBSD 2015-03-11 15:45:38 +01:00
tree.h Import <sys/tree.h> from FreeBSD 2015-04-23 21:57:06 +02:00
types.h Add <sys/_stdint.h> for FreeBSD compatibility 2015-04-23 21:57:10 +02:00
unistd.h 2015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2015-01-14 21:19:26 +00:00
utime.h
wait.h