]> git.sur5r.net Git - cc65/blobdiff - asminc/errno.inc
New function cc65_symbol_inrange. Fixed an error in cc65_symbol_byname.
[cc65] / asminc / errno.inc
index 972beaf9fb202ae11aee7153fbd52306f5580d98..7336719737ad5c6c0fe0e7b0327208102b1fac45 100644 (file)
@@ -1,14 +1,13 @@
-;
+;                                                   
 ; Ullrich von Bassewitz, 16.05.2000
 ;
 
 ; Variables and functions
 
         .global         __errno, __oserror
-        .global         __maperrno, __osmaperrno
+        .global         __osmaperrno
         .global         __seterrno
-        .global         oserrcheck, setoserror
-        .global         seterrnofromoserror
+        .global         __directerrno, __mappederrno
 
 ; Error codes, must match the values in the C headers
 .enum
@@ -28,6 +27,7 @@
         ENOSYS                         ; Function not implemented
         ESPIPE                         ; Illegal seek
         ERANGE                  ; Range error
+        EBADF                   ; Bad file number
         EUNKNOWN                       ; Unknown OS specific error - must be last!
 
         EMAX    = EUNKNOWN      ; Highest error code