]> git.sur5r.net Git - cc65/commit
Renamed oserrcheck to __mappederrno. Added an additional function named
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 10 Jun 2010 18:10:53 +0000 (18:10 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 10 Jun 2010 18:10:53 +0000 (18:10 +0000)
commit131a5cad095643e2e1a9be110c35e4f7552eeed3
treea05ac39ae026d08349ae20bb5ca837827f09ff29
parent5741b6e7d3a23960e6fe17fa8f3256b2a66bf0f8
Renamed oserrcheck to __mappederrno. Added an additional function named
__directerrno and moved both to errno.s. Changed several sources to use these
functions. Needs testing.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4718 b7a2c559-68d2-44c3-8de9-860c34a00d81
13 files changed:
asminc/errno.inc
include/errno.h
libsrc/cbm/close.s
libsrc/cbm/open.s
libsrc/common/Makefile
libsrc/common/chdir.s
libsrc/common/errno.s
libsrc/common/mkdir.s
libsrc/common/oserrcheck.s [deleted file]
libsrc/common/remove.s
libsrc/common/rename.s
libsrc/common/rmdir.s
libsrc/common/uname.s