Priority Inversion fixes:Initalization
This commit is contained in:
parent
6cc8f9100b
commit
60d8606b19
@ -108,7 +108,7 @@ typedef struct sem_s sem_t;
|
|||||||
{(c), 0, NULL} /* semcount, flags, hhead */
|
{(c), 0, NULL} /* semcount, flags, hhead */
|
||||||
# else
|
# else
|
||||||
# define SEM_INITIALIZER(c) \
|
# define SEM_INITIALIZER(c) \
|
||||||
{(c), 0, SEMHOLDER_INITIALIZER, SEMHOLDER_INITIALIZER} /* semcount, flags, holder[2] */
|
{(c), 0, {SEMHOLDER_INITIALIZER, SEMHOLDER_INITIALIZER}} /* semcount, flags, holder[2] */
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define SEM_INITIALIZER(c) \
|
# define SEM_INITIALIZER(c) \
|
||||||
|
Loading…
Reference in New Issue
Block a user