Commit 7f3a8672 authored by Jeroen Demeyer's avatar Jeroen Demeyer

sigset_t is not an integral type

parent 4c655740
......@@ -22,7 +22,8 @@ cdef extern from "<sys/types.h>":
ctypedef long nlink_t
ctypedef long off_t
ctypedef long pid_t
ctypedef long sigset_t
ctypedef struct sigset_t:
pass
ctypedef long suseconds_t
ctypedef long time_t
ctypedef long timer_t
......
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