Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
123456789101112131415161718#ifndef _DARLING_EMULATION_FOR_LIBKQUEUE_H_#define _DARLING_EMULATION_FOR_LIBKQUEUE_H_
#include <stdint.h>
#include <darling/emulation/base.h>
VISIBLEint _dserver_rpc_kqchan_mach_port_open_4libkqueue(uint32_t port_name, void* receive_buffer, uint64_t receive_buffer_size, uint64_t saved_filter_flags, int* out_socket);
VISIBLEint _dserver_rpc_kqchan_proc_open_4libkqueue(int32_t pid, uint32_t flags, int* out_socket);
VISIBLEint _dup_4libkqueue(int fd);
#endif // _DARLING_EMULATION_FOR_LIBKQUEUE_H_