create file with mode 0644

This commit is contained in:
Koichi Nakamura 2021-12-19 22:59:51 +09:00
parent 79ff253b9c
commit 9caf854e0c

View file

@ -2464,7 +2464,7 @@ BLOCK-SIZE remaining-size !
6 constant SYS-CLOSE
: (open) ( c-addr fam -- fd )
swap SYS-OPEN syscall2
%110100100 .s -rot swap SYS-OPEN syscall3
;
: (close) ( obj -- n )