]> git.sur5r.net Git - cc65/commit
Moved two errno helper functions into separate files. 211/head
authorGreg King <gregdk@users.sf.net>
Fri, 25 Sep 2015 18:06:58 +0000 (14:06 -0400)
committerGreg King <gregdk@users.sf.net>
Fri, 25 Sep 2015 18:06:58 +0000 (14:06 -0400)
commitb82bb4f5ba31ea0b1954b36608eba32556c6645e
tree29afd4e20490d2551de990306f9b31be9aa856c7
parent9704b1d11b83f4e451bff98a70d950d610e50f75
Moved two errno helper functions into separate files.

Only the function that actually is needed will be linked.  It is very useful for targets that do not have file-system I/O.
libsrc/common/_directerrno.s [new file with mode: 0644]
libsrc/common/_mappederrno.s [new file with mode: 0644]
libsrc/common/errno.s
libsrc/sim6502/errno.s [deleted file]