]> git.sur5r.net Git - cc65/commitdiff
Add declaration of __errno
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Nov 2002 18:14:53 +0000 (18:14 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Nov 2002 18:14:53 +0000 (18:14 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1553 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/errno.inc

index 197a35574317ab37022c12e019ea3a23a539ede7..b3464fdea60da204fe57247331b8588da4fb70a1 100644 (file)
@@ -2,8 +2,11 @@
 ; Ullrich von Bassewitz, 16.05.2000
 ;
 
-; Error codes, must match the values in the C headers
+; errno variable
+
+        .global         __errno
 
+; Error codes, must match the values in the C headers
 ENOENT         =       1       ; No such file or directory
 ENOMEM         =       2       ; Out of memory
 EACCES         =       3       ; Permission denied