acassis commented on PR #3567:
URL: https://github.com/apache/nuttx-apps/pull/3567#issuecomment-4826832456

   @xiaoxiang781216 there are two places where the old symbol still used:
   
   ```
   alan@dev:~/nuttxspace/apps$ git grep O_WROK
   examples/userfs/userfs_main.c:      if ((oflags & (O_WROK | O_APPEND)) == 
(O_WROK | O_APPEND))
   system/usbmsc/usbmsc_main.c:                           luns[num_luns].flags 
& O_WROK ? false : true);
   ```


-- 
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