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/10/19 03:23:21 UTC

[GitHub] [incubator-nuttx] anjiahao1 commented on pull request #4693: time:follow POSIX use int64_t to define time_t

anjiahao1 commented on pull request #4693:
URL: https://github.com/apache/incubator-nuttx/pull/4693#issuecomment-946334428


   > > follow posix,use int64_t inside of time_t
   > 
   > which part of posix?
   
   clock_settime(clockid_t clock_id, FAR const struct timespec *tp)
   
   if use a `tp->tv_sec = -1`
   before will return ok,now return EINVAL


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