darling-libxpc/xpc
Ariel Abreu 183f5ccf20
Include launchd.h in private.h
This fixes an error in libnotify that was making syslogd crash. `notify_client.c` was including `xpc/private.h` and trying to use `xpc_copy_entitlement_for_token`, which is declared in `launchd.h` and the compiler assumed a default return type of `int`, leading to the pointer returned by it being truncated and causing segfaults when it was used.
2020-11-06 14:47:27 -05:00
..
activity.h Add some more XPC activity constants 2017-08-08 21:15:06 +02:00
availability.h Add xpc/availability.h 2020-05-14 12:51:17 -04:00
base.h Initial import. 2015-09-11 16:37:32 +02:00
connection.h Stub +xpc_connection_activate 2020-07-23 14:55:30 -04:00
debug.h Initial import. 2015-09-11 16:37:32 +02:00
endpoint.h Initial import. 2015-09-11 16:37:32 +02:00
launchd_defs.h Remove the JETSAM_PRIORITY_* enum in launchd_defs.h 2020-07-01 22:42:48 -04:00
launchd.h Include launchd.h in private.h 2020-11-06 14:47:27 -05:00
private.h Include launchd.h in private.h 2020-11-06 14:47:27 -05:00
xpc.h Add xpc_dictionary_get_dictionary and new xpc_pointer type 2020-07-16 14:32:32 -04:00