History log of /seL4-test-master/projects/musllibc/arch/mips/bits/errno.h
Revision Date Author Comments
# 02d8770d 28-Jan-2015 Trutz Behn <me@trutz.be>

remove mips-only EINIT and EREMDEV errnos

the errno values are unused by the kernel and the macro definitions were
never exposed by glibc.


# 32d6d77e 05-Nov-2012 Rich Felker <dalias@aerifal.cx>

fix numerous mips abi constant definition mismatches


# 6315004f 11-Jul-2012 Rich Felker <dalias@aerifal.cx>

initial version of mips (o32) port, based on work by Richard Pennington (rdp)

basically, this version of the code was obtained by starting with
rdp's work from his ellcc source tree, adapting it to musl's build
system and coding style, auditing the bits headers for discrepencies
with kernel definitions or glibc/LSB ABI or large file issues, fixing
up incompatibility with the old binutils from aboriginal linux, and
adding some new special cases to deal with the oddities of sigaction
and pipe syscall interfaces on mips.

at present, minimal test programs work, but some interfaces are broken
or missing. threaded programs probably will not link.