move out heim_ipc_main from here, its currently not common
This commit is contained in:
@@ -89,16 +89,6 @@ _heim_ipc_create_cred(uid_t uid, gid_t gid, pid_t pid, pid_t session, heim_icred
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
heim_ipc_main(void)
|
||||
{
|
||||
#if __APPLE__
|
||||
dispatch_main();
|
||||
#else
|
||||
abort();
|
||||
#endif
|
||||
}
|
||||
|
||||
heim_isemaphore
|
||||
heim_ipc_semaphore_create(long value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user