mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.
Discussed with: pluknet
This commit is contained in:
parent
4a7f186ea6
commit
b90eeb5fb4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277983
@ -36,6 +36,8 @@
|
||||
#include <sys/_types.h>
|
||||
#include <sys/_umtx.h>
|
||||
|
||||
#include <machine/_limits.h>
|
||||
|
||||
struct _sem {
|
||||
__uint32_t _magic;
|
||||
struct _usem2 _kern;
|
||||
|
Loading…
Reference in New Issue
Block a user