Commit 1490f8de authored by Stefan Behnel's avatar Stefan Behnel

add new posix declaration files to posix_pxds test

parent 1510bfd5
......@@ -34,3 +34,11 @@ from posix.time cimport *
cimport posix.resource
from posix cimport resource
from posix.resource cimport *
cimport posix.wait
from posix cimport wait
from posix.wait cimport *
cimport posix.mman
from posix cimport mman
from posix.mman cimport *
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