fs/vfs/fs_ioctl.c: Add FIONBIO support

This commit is contained in:
chao.an
2020-02-19 12:08:08 -06:00
committed by Gregory Nutt
parent 0f284c3025
commit 58599e8e2e
2 changed files with 51 additions and 28 deletions
+4
View File
@@ -172,6 +172,10 @@
* OUT: Instance number is returned on
* success.
*/
#define FIONBIO _FIOC(0x000b) /* IN: Boolean option takes an
* int value.
* OUT: Origin option.
*/
/* NuttX file system ioctl definitions **************************************/