mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 09:26:38 +00:00
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1281 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ec5bf90328
commit
004cd55833
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@
|
|||
* NOTE: poll() is the fundamental API for performing such monitoring
|
||||
* operation under NuttX. select() is provided for compatibility and
|
||||
* is simply a layer of added logic on top of poll(). As such, select()
|
||||
* is more wasteful of resources and poll() is the recommend API to be
|
||||
* is more wasteful of resources and poll() is the recommended API to be
|
||||
* used.
|
||||
*
|
||||
* Input parameters:
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
* Return:
|
||||
* 0: Timer expired
|
||||
* >0: The number of bits set in the three sets of descriptors
|
||||
* -1: An error occurred (errno will be set approrpiately)
|
||||
* -1: An error occurred (errno will be set appropriately)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue