From a08b75c02be674a76d41e73ed4f386fcfa926370 Mon Sep 17 00:00:00 2001 From: uz Date: Fri, 4 Jun 2010 10:30:55 +0000 Subject: [PATCH] Remove __maperrno symbol, since the function is no longer used and has been deleted. git-svn-id: svn://svn.cc65.org/cc65/trunk@4710 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/errno.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asminc/errno.inc b/asminc/errno.inc index 82d01cd3b..463e7907b 100644 --- a/asminc/errno.inc +++ b/asminc/errno.inc @@ -5,10 +5,9 @@ ; Variables and functions .global __errno, __oserror - .global __maperrno, __osmaperrno + .global __osmaperrno .global __seterrno .global oserrcheck - .global seterrnofromoserror ; Error codes, must match the values in the C headers .enum -- 2.39.5