From: cuz Date: Thu, 13 Nov 2003 09:28:43 +0000 (+0000) Subject: Make stuff global X-Git-Tag: V2.12.0~1140 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=756de64bd55e3d300448cc94ec2ecb2cab1dfd5a;p=cc65 Make stuff global git-svn-id: svn://svn.cc65.org/cc65/trunk@2660 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/errno.inc b/asminc/errno.inc index f541a7843..5f980cbf6 100644 --- a/asminc/errno.inc +++ b/asminc/errno.inc @@ -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