This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
0d316326c2
nuttx
/
include
/
sys
History
Gregory Nutt
d7189558a6
Add ioctls for Unix domain sockets
2015-01-24 11:57:06 -06:00
..
custom_file.h
Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-definition errors about the FILE define. From Thomas Gruber via the PX4 repository
2014-12-06 12:10:08 -06:00
ioctl.h
Updated comments
2014-11-29 17:39:40 -06:00
ipc.h
mman.h
mount.h
prctl.h
select.h
sendfile.h
shm.h
socket.h
sockio.h
stat.h
statfs.h
syscall.h
Add support for a variadic ioctl() function. The ioctl() interface is a non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
2014-11-29 10:53:22 -06:00
time.h
types.h
un.h
Add ioctls for Unix domain sockets
2015-01-24 11:57:06 -06:00
vfs.h
wait.h