Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.

Discussed with:	pluknet
This commit is contained in:
Jilles Tjoelker 2015-01-31 16:39:26 +00:00
parent 4a7f186ea6
commit b90eeb5fb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277983

View File

@ -36,6 +36,8 @@
#include <sys/_types.h>
#include <sys/_umtx.h>
#include <machine/_limits.h>
struct _sem {
__uint32_t _magic;
struct _usem2 _kern;