aboutsummaryrefslogtreecommitdiff
path: root/win32/sys/syscall.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* date: enable FEATURE_DATE_NANORon Yorston2022-04-221-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 filesRon Yorston2019-02-201-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.hRon Yorston2014-03-201-0/+0