linux - Bring epoll in sync with kqueue changes
authorSamuel J. Greear <sjg@thesjg.com>
Sat, 26 Jun 2010 21:18:41 +0000 (21:18 +0000)
committerSamuel J. Greear <sjg@thesjg.com>
Wed, 30 Jun 2010 00:31:46 +0000 (00:31 +0000)
commit35498075031e865a9a7d8cfc22a4b6e91aa28347
treed63dbfe1f6593145af8283977c68dacbce0fe949
parent679058fbe81291592277c174e94476a721d3e049
linux - Bring epoll in sync with kqueue changes

* Fix a bug related to the timeout calculation, it was calculating for
  microseconds, not milliseconds + typo.

* Successfully handle the copyout success case in copyout handler
sys/emulation/linux/linux_epoll.c