take const off the timeval argument in the pending functions.
authordlg <dlg@openbsd.org>
Thu, 29 Jun 2017 01:25:59 +0000 (01:25 +0000)
committerdlg <dlg@openbsd.org>
Thu, 29 Jun 2017 01:25:59 +0000 (01:25 +0000)
commit16c0a96734d01f5ee61b47c73418ab56505552aa
tree2fb9032c6ba7fadf49d8f5f9aeeeb10c541cfdec
parentb6b33aa1566126627e768bfe28e1351ad0a796fa
take const off the timeval argument in the pending functions.

event_pending, evtimer_pending, and signal_pending all write to the
timeval because that's how they tell the caller when the event is
meant to fire.

ok deraadt@ millert@ jmc@ schwarze@
lib/libevent/event.3