* 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:
Salvatore Benedetto
2008-08-31 15:59:32 +00:00
parent 870f6b196f
commit f273b13ddb
3 changed files with 14 additions and 31 deletions
+1 -1
View File
@@ -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 */