/* This file was adapted from the Public Domain C Library (PDCLib). * * Permission is granted to use, modify, and/or redistribute at will. */ /* * The name '__errno_location' is for glibc compatibility. */ #include #include #include int *__errno_location() { return __dios_errno(); }