issues
search
zhiayang
/
nabs
not a build system
Apache License 2.0
25
stars
1
forks
source link
Cannot control file creation flags for output redirection
#5
Open
zhiayang
opened
3 years ago
zhiayang
commented
3 years ago
Examples of flags we might want to change:
permission bits (right now, they are
0664
on Unix)
append/truncate
only open existing, never create (ie. controlling
O_CREAT
)
Examples of flags we might want to change:
0664
on Unix)O_CREAT
)