summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-03-02 23:28:18 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-03-02 23:28:18 +0000
commitabecc02a483e74014dfb3e6704beacdf605034f8 (patch)
tree7eb2268bd0831fdb30d1b3bd56c0baf5739bcffa /python
parent74c1c70fca4c339d0c504a3c8970de9b8d220f8a (diff)
2006-03-02 John (J5) Palmieri <johnp@redhat.com>
* python/dbus_bindings.pyx: Remove refrence to sys/cdefs.h (Patch from Artem Kachitchkine <Artem.Kachitchkin at Sun.COM>)
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 836dbf8..c29dea2 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)