pkarashchenko commented on a change in pull request #5028:
URL: https://github.com/apache/incubator-nuttx/pull/5028#discussion_r771644332



##########
File path: include/nuttx/fs/ioctl.h
##########
@@ -169,10 +169,6 @@
                                            *      int value.
                                            * OUT: Origin option.
                                            */
-#define FIOC_MINOR      _FIOC(0x000c)     /* IN:  None
-                                           * OUT: Integer that contains device
-                                           *      minor number
-                                           */
 #define FIOCLEX         _FIOC(0x000d)     /* IN:  None

Review comment:
       ```suggestion
   #define FIOCLEX         _FIOC(0x000c)     /* IN:  None
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to