Add S_IRGRP and S_IROTH to include/compat/fcntl.h for ocspcheck
This commit is contained in:
parent
e57ab149c2
commit
f5026b1f3c
@ -30,3 +30,11 @@
|
|||||||
#ifndef FD_CLOEXEC
|
#ifndef FD_CLOEXEC
|
||||||
#define FD_CLOEXEC 1
|
#define FD_CLOEXEC 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef S_IRGRP
|
||||||
|
#define S_IRGRP 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef S_IROTH
|
||||||
|
#define S_IROTH 0
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user