]> git.sur5r.net Git - cc65/commitdiff
Removed setoserror as an external.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Jul 2009 18:48:03 +0000 (18:48 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Jul 2009 18:48:03 +0000 (18:48 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3975 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/errno.inc

index 972beaf9fb202ae11aee7153fbd52306f5580d98..8f79d94e9e4fdbfd3b65004a4a81c0c0fa1b2248 100644 (file)
@@ -7,7 +7,7 @@
         .global         __errno, __oserror
         .global         __maperrno, __osmaperrno
         .global         __seterrno
-        .global         oserrcheck, setoserror
+        .global         oserrcheck
         .global         seterrnofromoserror
 
 ; Error codes, must match the values in the C headers