nuttx/include/sys
2017-10-06 10:55:36 -06:00
..
boardctl.h
custom_file.h
epoll.h
ioctl.h
ipc.h
mman.h
mount.h
prctl.h
random.h
select.h
sendfile.h
shm.h
socket.h
sockio.h
stat.h
statfs.h
syscall.h drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. But there is a problem. The specification of tcdrain() requires that it be a cancellation point. In order to do this, tcdrain was moved from the C library into the OS and the addition cancellation point hooks were added. In non-FLAT builds, access via system calls is also now supported. 2017-10-06 10:55:36 -06:00
time.h
types.h
uio.h
un.h
utsname.h
vfs.h
wait.h