summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index 2c31a1983..b49b92e31 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -74,6 +74,10 @@ config LIBC_IOCTL_VARIADIC
compatibility if you are porting code from other platforms that use
the variadic ioctl() function.
+ WARNING: Use of this option could cause subtle system errors is
+ the third argument is omitted or if the sizeof the thread argument
+ is anything other than sizeof (unsigned long).
+
config LIB_RAND_ORDER
int "Order of the random number generate"
default 1