]> granicus.if.org Git - libevent/commit
Remove BSD-ism: TIMEVAL_TO_TIMESPEC().
authorEd Schouten <ed@nuxi.nl>
Tue, 25 Aug 2015 13:32:25 +0000 (15:32 +0200)
committerEd Schouten <ed@nuxi.nl>
Tue, 25 Aug 2015 13:32:25 +0000 (15:32 +0200)
commit193c7de505039750f973cd2a73c57677e884de9e
tree15053fa1751be9719864641f83f3df2e1601cf2d
parentc21229192f9dd1dd40b6c8d26adf7f9502625ede
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.
kqueue.c