librom.a: Remove strerror() from the link library.
commit01f3ebd61b35567a1e81b0e1c18f15a860405dc3
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 1 Apr 2013 11:44:03 +0000 (1 11:44 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 1 Apr 2013 11:44:03 +0000 (1 11:44 +0000)
tree3c7e1427c4092882c58dab9be37dbc7f51711650
parentef8819f0521cecdb5ed316155a76d30c079ca157
librom.a: Remove strerror() from the link library.

Made strings for errors private to strerror.c
In order to do this usage of PassThroughErrnos was removed from code as it
triggered usage of strerror in dos.library Fault(). As it were host errno
numbers anyway, host strerror() should have been called.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47148 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-unix/filesys/emul_handler/emul_host.c
arch/ppc-morphos/include/aros/cpu.h
compiler/clib/mmakefile.src
compiler/clib/strerror.c [moved from compiler/clib/_errstrings.c with 79% similarity]
compiler/clib/strerror_rom.c [deleted file]
rom/dos/fault.c