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:
Patrick Pelletier
2018-08-17 13:24:08 -07:00
committed by Oliver Schmidt
parent f72d355b18
commit 411a5a9483
3 changed files with 2 additions and 9 deletions

View File

@@ -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