No need to import __oserror.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4719 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2010-06-10 19:14:42 +00:00
parent 131a5cad09
commit 8806c31e4a

View file

@ -5,7 +5,6 @@
; /* Map a system specific error into a system independent code */
;
.export __osmaperrno
.include "errno.inc"
.code