mirror of /home/gitosis/repositories/libowfat.git
open_write also didn't specify mode 0644
parent
406d99ae9b
commit
8825239420
|
@ -3,5 +3,5 @@
|
|||
#include "open.h"
|
||||
|
||||
extern int open_write(const char *filename) {
|
||||
return open(filename,O_WRONLY|O_CREAT|O_NDELAY);
|
||||
return open(filename,O_WRONLY|O_CREAT|O_NDELAY,0644);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue