From 240e512d676388e5a8343fb19160bcf64fb3e52f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 19 Nov 2008 00:23:19 +0000 Subject: [PATCH] Add configuration settings necessary to use poll() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1283 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxUserGuide.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 99ff9563fee..43eed8c2e91 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -6050,6 +6050,25 @@ interface of the same name. occurred for any of the file descriptors, then poll() blocks until one of the events occurs.

+

+ Configuration Settings. + In order to use the poll() API, the following must be defined + in your NuttX configuration file: +

+ +

+ In order to use the select with TCP/IP sockets test, you must also have the following additional things + selected in your NuttX configuration file: +

+

Input Parameters: