Skip to content
/ fail-libc Public

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

License

Notifications You must be signed in to change notification settings

juur/fail-libc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks