mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
misc/Kconfig: enable LIBC_IOCTL_VARIADIC by default
Change-Id: I7bc23a6552af7b443eb433e4d2e3c2c8784b3956 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user