/fail-libc

An implementation of the POSIX.1-2017 System Interfaces, against Linux-like syscall ABI

Primary LanguageCMIT LicenseMIT

fail-libc is an AMD64 specific libc implementation broadly aligned to POSIX.1-2017.

It assumes, vaguely, the Linux AMD64 ABI (for syscalls), and thus uses the System V AMD64 ABI.

There is a partial implemention of regex(7). Very few math.h functions are implemented.

The malloc implemention is extremely basic.