fs/vfs/fs_ioctl.c: Add FIOCLEX/FIONCLEX support

This commit is contained in:
Yoshinori Sugino
2020-09-16 14:04:20 +09:00
committed by Xiang Xiao
parent 6584bfa361
commit d4ec1ababd
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -184,6 +184,12 @@
* OUT: Integer that contains device
* minor number
*/
#define FIOCLEX _FIOC(0x000d) /* IN: None
* OUT: None
*/
#define FIONCLEX _FIOC(0x000e) /* IN: None
* OUT: None
*/
/* NuttX file system ioctl definitions **************************************/