Commit 9bcdda93 authored by Sam Rushing's avatar Sam Rushing

posix.unistd, not libc.unistd

parent dd616ba7
......@@ -29,7 +29,7 @@ __poller_version__ = "$Id"
# ================================================================================
from libc.stdint cimport uint64_t, uint32_t
from libc cimport unistd
from posix cimport unistd
from libc cimport errno
from xlibc.stdlib cimport alloca
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment