Define ACCESSPERMS in shared_memory.h if not defined
This commit is contained in:
parent
79b7ef3300
commit
b4dc59d409
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
#include <semaphore.h>
|
||||
#endif
|
||||
|
||||
#ifndef ACCESSPERMS
|
||||
#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
|
||||
#endif
|
||||
|
||||
#define STAT_EX_SIZE 177
|
||||
#define PLAY_EX_SIZE 2+6*SIMUL_TRACKS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue