mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Make stuff global
git-svn-id: svn://svn.cc65.org/cc65/trunk@2660 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
88855545e4
commit
756de64bd5
@ -2,9 +2,10 @@
|
|||||||
; Ullrich von Bassewitz, 16.05.2000
|
; Ullrich von Bassewitz, 16.05.2000
|
||||||
;
|
;
|
||||||
|
|
||||||
; errno variable
|
; Variables and functions
|
||||||
|
|
||||||
.global __errno
|
.global __errno, __oserror
|
||||||
|
.global __maperrno, __osmaperrno
|
||||||
|
|
||||||
; Error codes, must match the values in the C headers
|
; Error codes, must match the values in the C headers
|
||||||
ENOENT = 1 ; No such file or directory
|
ENOENT = 1 ; No such file or directory
|
||||||
|
Loading…
Reference in New Issue
Block a user