Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | date: enable FEATURE_DATE_NANO | Ron Yorston | 2022-04-22 | 1 | -0/+0 |
| | | | | | | | | | Provide a WIN32 implementation of clock_gettime(2), though only with support for CLOCK_REALTIME. This makes it possible to enable FEATURE_DATE_NANO which adds support for the %N date format. MinGW-w64 has clock_gettime(2) but it's in the winpthreads library and we don't want to bother with that. | ||||
* | win32: remove unused include files | Ron Yorston | 2019-02-20 | 1 | -0/+0 |
| | | | | | | Upstream commit d9aabfe578 (make busybox more portable) moved a couple of include files into platform-dependent code so we no longer need dummy versions. | ||||
* | Add empty sys/syscall.h | Ron Yorston | 2014-03-20 | 1 | -0/+0 |