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 2022/04/11 22:28:21 UTC

[GitHub] [incubator-nuttx] yamt commented on pull request #4300: fs: Add utimens and lutimens

yamt commented on PR #4300:
URL: https://github.com/apache/incubator-nuttx/pull/4300#issuecomment-1095651940

   > > I am a bit confused here. I am not familiar with these APIs.
   > > According to the latest release of the OpenGroup standard, neither `utimens` nor `lutimens` are standardized functions.
   > > I saw that `utimes` has been moved the `XSI` and been somewhat deprecated.
   > > But, the standard defines `utimensat` as an equivalent function for `utimes`.
   > > Isn't `utimensat` the implementation you intended to add instead of `utimens`?
   > 
   > Yes, utimensat is the final goal: @Donny9 is preparing a patch series to support utimensat(and other similar function e.g. openat, unlinkat...). This PR could be used before that patch finish. Once `utimensat` is ready, all these time related functions will simply forward to `utimensat`.
   
   @Donny9 
   are you (or someone) still working on openat and friends?


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