fs: Remove all LIBC_IOCTL_VARIADIC related stuff

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-04 17:00:51 +08:00
committed by patacongo
parent 19cc84ed4a
commit 6604cdb3f2
14 changed files with 103 additions and 272 deletions
-4
View File
@@ -8598,11 +8598,7 @@ interface of the same name.
<ul><pre>
#include &lt;sys/ioctl.h&gt;
#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>