Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use kernel_timespec as timespec
The `timespec` structure is now defined to be the `__kernel_timespec` type, and all syscalls/ABI definitions that reference `timespec` withh either be modified to work or be altered to return a timespec from existing time components - see the new `makeTimespec` function for how this is done.
- Loading branch information