Removed delete_sem_etc() prototypes as that function is no longer available
(and never was in userspace, anyway). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9326 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* Kernel specific structures and functions
|
/* Kernel specific structures and functions
|
||||||
**
|
**
|
||||||
** Distributed under the terms of the OpenBeOS License.
|
** Distributed under the terms of the Haiku License.
|
||||||
*/
|
*/
|
||||||
#ifndef _OS_H
|
#ifndef _OS_H
|
||||||
#define _OS_H
|
#define _OS_H
|
||||||
@@ -151,7 +151,6 @@ enum {
|
|||||||
|
|
||||||
extern sem_id create_sem(int32 count, const char *name);
|
extern sem_id create_sem(int32 count, const char *name);
|
||||||
extern status_t delete_sem(sem_id id);
|
extern status_t delete_sem(sem_id id);
|
||||||
extern status_t delete_sem_etc(sem_id id, status_t returnCode, bool interrupted); /* ToDo: not public BeOS */
|
|
||||||
extern status_t acquire_sem(sem_id id);
|
extern status_t acquire_sem(sem_id id);
|
||||||
extern status_t acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout);
|
extern status_t acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout);
|
||||||
extern status_t release_sem(sem_id id);
|
extern status_t release_sem(sem_id id);
|
||||||
|
|||||||
Reference in New Issue
Block a user