* Renamed xsi_ipc_init() to xsi_sem_init() as there will be a xsi_msg_init()
for message queue * Removed unnecessary header Vector.h * Removed HasSemaphoreSet method: since there will be an IPC table for each subsystem, if a key exist, it already has a semaphore set associated with it git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27256 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
extern void xsi_ipc_init();
|
||||
extern void xsi_sem_init();
|
||||
extern void xsi_sem_undo(struct team *team);
|
||||
|
||||
/* user calls */
|
||||
|
||||
Reference in New Issue
Block a user