xiaoxiang781216 opened a new pull request #1323:
URL: https://github.com/apache/incubator-nuttx/pull/1323


   but skip the implemenation because VFS layer doesn't support the time/mode 
change yet:
   https://pubs.opengroup.org/onlinepubs/009695399/functions/chmod.html
   https://pubs.opengroup.org/onlinepubs/009696699/functions/fchmod.html
   https://pubs.opengroup.org/onlinepubs/009695399/functions/utimes.html
   
   ## Summary
   It's hard to implement these functions now due to VFS layer lack the related 
abstraction.
   But some library(e.g. libcxx) don't call these functions in the most case, 
so the delcaration without implementation will make the library pass the build, 
and fail to link in the the special situation. 
   
   ## Impact
   No
   
   ## Testing
   
   


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

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


Reply via email to