mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
Renamed fmode.inc -> fcntl.inc
git-svn-id: svn://svn.cc65.org/cc65/trunk@1529 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
be10b3374c
commit
70bc177714
@ -5,7 +5,7 @@
|
||||
;
|
||||
|
||||
.include "atari.inc"
|
||||
.include "fmode.inc"
|
||||
.include "fcntl.inc"
|
||||
.include "errno.inc"
|
||||
.export _open
|
||||
.import clriocb
|
||||
@ -66,7 +66,7 @@ invret: lda #<EINVAL ; file name is too long
|
||||
ldx #>EINVAL
|
||||
jmp seterr
|
||||
.endif
|
||||
|
||||
|
||||
no_app: pla
|
||||
and #15
|
||||
cmp #O_RDONLY
|
||||
|
Loading…
x
Reference in New Issue
Block a user