Adjust headers for <machine/stdint.h> visibility.
authorzrj <rimvydas.jasinskas@gmail.com>
Sun, 10 Nov 2019 20:32:58 +0000 (22:32 +0200)
committerzrj <rimvydas.jasinskas@gmail.com>
Thu, 14 Nov 2019 13:58:45 +0000 (15:58 +0200)
commit9d4f17d13bf5d8bcd1e924ee709578e6f59bc958
treed67dce1915081d66f002d65a20433cfd3585bbe1
parent125cd2f035cd8575998c9daf79f1f7a17ea7aab8
Adjust headers for <machine/stdint.h> visibility.

 This also reduces namespace pollution a bit.  Include <machine/stdint.h>
 where <stdint.h> is used too.  External compiler under -ffreestanding
 (__STDC_HOSTED__ == 0) will use their own <stdint.h> version and will
 not include <machine/stdint.h>.
27 files changed:
include/arpa/inet.h
include/ctype.h
include/netdb.h
include/runetype.h
include/spawn.h
include/stddef.h
include/stdint.h
include/termios.h
include/time.h
include/uchar.h
include/wchar.h
include/wctype.h
lib/libc/include/libc_private.h
sys/sys/aio.h
sys/sys/globaldata.h
sys/sys/ipc.h
sys/sys/mman.h
sys/sys/msg.h
sys/sys/msgport.h
sys/sys/sem.h
sys/sys/shm.h
sys/sys/signal.h
sys/sys/slaballoc.h
sys/sys/thread.h
sys/sys/types.h
sys/sys/uio.h
sys/sys/wait.h