diff options
| author | W. Trevor King <wking@tremily.us> | 2012-10-19 00:50:21 -0400 |
|---|---|---|
| committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-03-20 07:22:53 -0300 |
| commit | a9a424859ec84140a8f498db967ad54502f721de (patch) | |
| tree | 2b988c90687880e84fc1e5980ed7871424f697d2 /libkmod/python/kmod/_libkmod_h.pxd | |
| parent | 77fe9f6ae31c29b85689b1ee4d03d42fea50886e (diff) | |
| download | kmod-a9a424859ec84140a8f498db967ad54502f721de.tar.gz | |
python: Use Cython's libc.errno for EEXIST.
Diffstat (limited to 'libkmod/python/kmod/_libkmod_h.pxd')
| -rw-r--r-- | libkmod/python/kmod/_libkmod_h.pxd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libkmod/python/kmod/_libkmod_h.pxd b/libkmod/python/kmod/_libkmod_h.pxd index ef948dd..0153ac0 100644 --- a/libkmod/python/kmod/_libkmod_h.pxd +++ b/libkmod/python/kmod/_libkmod_h.pxd @@ -18,10 +18,6 @@ cdef extern from *: ctypedef void* const_void_ptr 'const void *' -cdef extern from 'errno.h': - enum: EEXIST - - cdef extern from 'stdbool.h': ctypedef struct bool: pass |
