Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.
Discussed with: pluknet
This commit is contained in:
parent
4a7f186ea6
commit
b90eeb5fb4
@ -36,6 +36,8 @@
|
|||||||
#include <sys/_types.h>
|
#include <sys/_types.h>
|
||||||
#include <sys/_umtx.h>
|
#include <sys/_umtx.h>
|
||||||
|
|
||||||
|
#include <machine/_limits.h>
|
||||||
|
|
||||||
struct _sem {
|
struct _sem {
|
||||||
__uint32_t _magic;
|
__uint32_t _magic;
|
||||||
struct _usem2 _kern;
|
struct _usem2 _kern;
|
||||||
|
Loading…
Reference in New Issue
Block a user