Don't pass mode argument to open() from _fopen().
It isn't necessary, since paravirt.c has a default if the mode isn't pushed onto the stack.
This commit is contained in:
committed by
Oliver Schmidt
parent
f72d355b18
commit
411a5a9483
@@ -1,3 +0,0 @@
|
||||
; File mode constants, must match the values in the C headers
|
||||
S_IREAD = $0100 ; octal 0400
|
||||
S_IWRITE = $0080 ; octal 0200
|
||||
Reference in New Issue
Block a user