]> git.sur5r.net Git - cc65/commitdiff
Make stuff global
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Nov 2003 09:28:43 +0000 (09:28 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Nov 2003 09:28:43 +0000 (09:28 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2660 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/errno.inc

index f541a784338ba33379ba6b1761d8611694fb5212..5f980cbf6a0ef89089539fc34cc1fb9942157fe2 100644 (file)
@@ -2,9 +2,10 @@
 ; 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
 ENOENT         =       1       ; No such file or directory