030-musl_ACCESSPERMS.patch (209B)
1 --- a/file.c 2 +++ b/file.c 3 @@ -26,6 +26,8 @@ 4 5 #include "fdm.h" 6 7 +#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) 8 + 9 int mklock(u_int, const char *); 10 void rmlock(u_int, const char *); 11 int lockfd(u_int, int);