Commit 193c7de505039750f973cd2a73c57677e884de9e

Ed Schouten 2015-08-25T15:32:25

Remove BSD-ism: TIMEVAL_TO_TIMESPEC(). Systems like CloudABI implement kqueue() but do not provide the BSD-specific TIMEVAL_TO_TIMESPEC() macro. Change the code to perform this manually, as it is not hard to do this conversion.