Defined more sysconf() and _POSIX_* constants required by POSIX.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36074 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
/*
|
||||
* Copyright 2008, Ingo Weinhold, [email protected].
|
||||
* Copyright 2008-2010, Ingo Weinhold, [email protected].
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef SYSTEM_REALTIME_SEM_H
|
||||
#define SYSTEM_REALTIME_SEM_H
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
#define MAX_POSIX_SEMS_PER_TEAM 128
|
||||
#define MAX_POSIX_SEMS 1024
|
||||
#define MAX_POSIX_SEM_VALUE INT_MAX
|
||||
#define MAX_POSIX_SEM_VALUE _POSIX_SEM_VALUE_MAX
|
||||
|
||||
|
||||
#endif // SYSTEM_REALTIME_SEM_H
|
||||
|
||||
Reference in New Issue
Block a user