X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=asminc%2Ffcntl.inc;h=5e6333d91c1740757168838822ad18a560bf2379;hb=f95481fabf041750642c018f798c693ae41b17a8;hp=16a254952de38aa55a4aa065257a58123fbf1006;hpb=be10b3374c845f95d71a28234ba446f4e5703a42;p=cc65 diff --git a/asminc/fcntl.inc b/asminc/fcntl.inc index 16a254952..5e6333d91 100644 --- a/asminc/fcntl.inc +++ b/asminc/fcntl.inc @@ -8,12 +8,14 @@ STDOUT_FILENO = 1 STDERR_FILENO = 2 ; File mode constants, must match the values in the C headers -O_RDONLY = $01 -O_WRONLY = $02 -O_RDWR = $03 -O_CREAT = $10 -O_TRUNC = $20 -O_APPEND = $40 +O_RDONLY = $01 +O_WRONLY = $02 +O_RDWR = $03 +O_CREAT = $10 +O_TRUNC = $20 +O_APPEND = $40 +O_EXCL = $80 +