zephyr/include/posix/sys
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
eventfd.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ioctl.h posix: Add headers related to BSD Sockets API 2019-08-07 15:02:11 +03:00
select.h include: posix: Add <sys/select.h> header for POSIX subsystem 2020-05-08 11:16:31 +03:00
socket.h net: socket: syscall for socketpair(2) 2020-05-10 17:46:43 +02:00
time.h posix: sys/time.h: Add workaround for outdated newlib used by Xtensa 2019-05-07 22:18:09 -04:00