nuttx/include/sys
chao an 86aed87487 sys/sysinfo: align sysinfo define with linux
__reserved is a meaningful macro definition in msvc, cannot use this name

Fix visual studio Compiler Error:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/d86ad86b-47b7-4677-95fb-e28b3230a009/reserved-problem?forum=vclanguage

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-09 20:11:55 +08:00
..
boardctl.h
custom_file.h
endian.h
epoll.h sys/epool.h: add EPOLLET (edge-triggered) flag to fix compile break 2023-01-27 15:30:55 -03:00
eventfd.h
file.h
ioctl.h
ipc.h
memfd.h
mman.h
mount.h
msg.h
param.h include: Add nitems() definition to sys/param.h 2023-02-09 20:05:44 +08:00
poll.h
prctl.h
queue.h sys/queue.h: remove CONFIG_ALLOW_MIT_COMPONENTS 2023-01-30 11:26:04 +08:00
random.h
resource.h
select.h
sendfile.h
shm.h
signalfd.h
socket.h Revert "include/sys/socket.h: Add SOCK_CTRL to socket type" 2023-02-09 09:13:14 +01:00
sockio.h
stat.h fs: support openat/fchmodat/mkfifoat/fstatat/...at api 2023-02-07 03:45:38 +08:00
statfs.h
statvfs.h
syscall_lookup.h sync: add sync api 2023-02-07 12:15:05 +02:00
syscall.h
sysinfo.h sys/sysinfo: align sysinfo define with linux 2023-02-09 20:11:55 +08:00
sysmacros.h
time.h fs: support openat/fchmodat/mkfifoat/fstatat/...at api 2023-02-07 03:45:38 +08:00
timerfd.h
times.h
tree.h
types.h Move SEEK_xxx from unistd.h to sys/types.h 2023-02-07 12:16:22 +02:00
uio.h
un.h
utsname.h
vfs.h
videoio.h
wait.h