mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-03-10 21:50:35 +01:00
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>)
This commit is contained in:
parent
da4182fb29
commit
e92ac26cd3
2 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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>)
|
||||
|
||||
2006-03-02 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* dbus/dbus-connection.c:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue