Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include/utime: do not cast sec to time_t
strictly speaking, time_t is an opaque time, and in this context, we need a uint32_t, so it is not necessary and wrong. let's remove it. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information