mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Export __seterrno
git-svn-id: svn://svn.cc65.org/cc65/trunk@3040 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
57851eda12
commit
a2ac5ec13c
@ -6,6 +6,7 @@
|
||||
|
||||
.global __errno, __oserror
|
||||
.global __maperrno, __osmaperrno
|
||||
.global __seterrno
|
||||
|
||||
; Error codes, must match the values in the C headers
|
||||
.enum
|
||||
|
Loading…
Reference in New Issue
Block a user