Add stubs to xpc_dictionary.c

This commit is contained in:
Andrew Hyatt 2017-08-07 15:24:30 -07:00
parent c7e5af6a2c
commit 20bfd9cc53

View File

@ -487,3 +487,7 @@ void
xpc_dictionary_set_fd(xpc_object_t xdict, const char *key, int fd)
{
}
void
xpc_dictionary_set_double(xpc_object_t xdict, const char *key, double value) {
}