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