add some POSIX pxd's and a few tests
authorLisandro Dalcin <dalcinl@gmail.com>
Wed, 5 May 2010 17:51:56 +0000 (14:51 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Wed, 5 May 2010 17:51:56 +0000 (14:51 -0300)
commit9cb900552231f53e34b1fc799ef392776449fabe
tree3c0bb7a55f98195325a186a61685686cbbe2f13d
parent68b24fae5c061a3c5480b040aecaaa793817e02c
add some POSIX pxd's and a few tests
Cython/Includes/posix/__init__.pxd [new file with mode: 0644]
Cython/Includes/posix/fcntl.pxd [new file with mode: 0644]
Cython/Includes/posix/unistd.pxd [new file with mode: 0644]
runtests.py
tests/compile/posix_pxds.pyx [new file with mode: 0644]
tests/run/posix_test.pyx [new file with mode: 0644]