Skip to content
Commit e31d5125 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add support for a variadic ioctl() function. The ioctl() interface is a...

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.
parent 19d31412
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment