sortix-mirror/libc/include
Jonas 'Sortie' Termansen 01b59c1947 Convert libc to C. 2016-03-03 23:02:23 +01:00
..
__ Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
arpa Fix inet_addr and inet_ntoa not being part of _SORTIX_SOURCE. 2016-01-22 20:01:33 +01:00
netinet Import public domain <netinet/in.h> macros from musl. 2015-12-18 01:24:42 +01:00
sys Convert libc to C. 2016-03-03 23:02:23 +01:00
DIR.h Simplify directory reading. 2016-01-26 18:42:54 +01:00
FILE.h Convert libc to C. 2016-03-03 23:02:23 +01:00
alloca.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
ar.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
argp.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
assert.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
blf.h Add bcrypt_checkhash(3) and bcrypt_newhash(3). 2016-01-09 02:54:51 +01:00
brand.h Center ascii cat on boot. 2016-01-08 19:56:11 +01:00
byteswap.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
ctype.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
dirent.h Simplify directory reading. 2016-01-26 18:42:54 +01:00
dlfcn.h Convert libc to C. 2016-03-03 23:02:23 +01:00
elf.h Replace <elf.h> with public domain version from musl. 2016-02-29 01:37:31 +01:00
endian.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
err.h Add err(3). 2015-08-26 18:10:24 +02:00
errno.h Add ENOMOUNT. 2015-10-28 19:36:33 +01:00
error.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
fcntl.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
features.h Implement standard library feature macros. 2014-11-20 21:09:14 +01:00
fnmatch.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
fsmarshall-msg.h Add termios(2). 2016-01-25 15:47:40 +01:00
fsmarshall.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
fstab.h Add fstab(3). 2016-01-25 17:42:25 +01:00
getopt.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
grp.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
inttypes.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
ioleast.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
libgen.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
libk.h Convert libc to C. 2016-03-03 23:02:23 +01:00
locale.h Remove setlocale thread safety. 2015-12-12 19:28:07 +01:00
malloc.h Add guard page debug malloc. 2016-01-26 22:48:40 +01:00
msr.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
netdb.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
poll.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
psctl.h Add psctl(2). 2015-12-12 19:28:07 +01:00
pwd.h Add bcrypt_checkhash(3) and bcrypt_newhash(3). 2016-01-09 02:54:51 +01:00
regex.h Add regex(3). 2015-12-17 23:32:43 +01:00
sched.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
scram.h Add scram(2). 2015-12-12 22:53:07 +01:00
setjmp.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
signal.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
stdint.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
stdio.h Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
stdio_ext.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
stdlib.h Set MB_CUR_MAX to 4. 2015-12-12 19:28:08 +01:00
string.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
strings.h Merge strings.h into string.h. 2013-12-17 14:30:40 +01:00
syslog.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
system-elf.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
termios.h Add termios(2). 2016-01-25 15:47:40 +01:00
time.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
timespec.h Convert libc to C. 2016-03-03 23:02:23 +01:00
unistd.h Add crypt_checkpass(3) and crypt_newhash(3). 2016-01-09 02:54:51 +01:00
utime.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
wchar.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
wctype.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00