summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/dbus_bindings.pyx3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/dbus_bindings.pyx b/python/dbus_bindings.pyx
index 836dbf8e..c29dea2d 100644
--- a/python/dbus_bindings.pyx
+++ b/python/dbus_bindings.pyx
@@ -12,9 +12,6 @@ cdef extern from "sys/types.h":
ctypedef __int64_t
ctypedef __uint64_t
-cdef extern from "sys/cdefs.h":
- ctypedef __signed
-
cdef extern from "stdlib.h":
cdef void *malloc(size_t size)
cdef void free(void *ptr)