misc/Kconfig: enable LIBC_IOCTL_VARIADIC by default

Change-Id: I7bc23a6552af7b443eb433e4d2e3c2c8784b3956
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2020-03-03 17:40:58 +08:00
committed by patacongo
parent e174f73010
commit c3b0848284
4 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
config LIBC_IOCTL_VARIADIC
bool "Enable variadic ioctl()"
default n
default y
---help---
By default, NuttX implements the "old style," three-parameter,
ioctl() interface with this function prototype: