nuttx/include/sys
anjiahao d5981375a6 Support gcc FORTIFY_SOURCE features for nuttx libc
This function will use gcc's function
__builtin_dynamic_object_size and __builtin_object_size

Its function is to obtain the size of the object through compilation,
so as to judge whether there are out-of-bounds operations in commonly used functions.
It should be noted that the option -O2 and above is required to enable this function

Signed-off-by: anjiahao <1090959677@qq.com>
2023-06-22 20:38:45 +08:00
..
boardctl.h
custom_file.h
endian.h
epoll.h
eventfd.h
file.h
ioctl.h
ipc.h
mman.h
mount.h
msg.h
param.h
poll.h Support gcc FORTIFY_SOURCE features for nuttx libc 2023-06-22 20:38:45 +08:00
prctl.h
queue.h
random.h
resource.h
select.h
sendfile.h
shm.h
signalfd.h
socket.h Support gcc FORTIFY_SOURCE features for nuttx libc 2023-06-22 20:38:45 +08:00
sockio.h
stat.h
statfs.h
statvfs.h
syscall_lookup.h
syscall.h
sysinfo.h
sysmacros.h
time.h
timerfd.h
times.h
tree.h
types.h
uio.h
un.h
utsname.h
vfs.h
videoio.h
wait.h