You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/17 19:24:07 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5028: eventfd: Remove the unused and private eventfd_get_minor

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org