mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
fs: Remove all LIBC_IOCTL_VARIADIC related stuff
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -8598,11 +8598,7 @@ interface of the same name.
|
||||
|
||||
<ul><pre>
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef CONFIG_LIBC_IOCTL_VARIADIC
|
||||
int ioctl(int fd, int req, ...);
|
||||
#else
|
||||
int ioctl(int fd, int req, unsigned long arg);
|
||||
#endif
|
||||
</pre></ul>
|
||||
|
||||
<h4><a name="drvrpollops">2.10.2.4 poll.h</a></h4>
|
||||
|
||||
Reference in New Issue
Block a user