sortix-mirror/libc/include/sys
Jonas 'Sortie' Termansen 01a9779fc6 Compile libc with -ffreestanding.
This properly avoids problems where the compiler is unaware that this is the
implementation and assumes it can rely on the implementation. For instance,
it might implement calloc using a call to calloc.

Restructure the code that wrongly assumed __STDC_HOSTED__ meant userspace.
2016-05-15 22:43:29 +02:00
..
__ Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
cdefs.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
display.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
ioctl.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
kernelinfo.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
keycodes.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
mman.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
mount.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
readdirents.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
resource.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
select.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
socket.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
stat.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
statvfs.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
syscall.h Compile libc with -ffreestanding. 2016-05-15 22:43:29 +02:00
termmode.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
time.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
times.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
types.h Compile libc with -ffreestanding. 2016-05-15 22:43:29 +02:00
uio.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
un.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
utsname.h Remove uname -i and -o options. 2016-05-15 22:43:29 +02:00
wait.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00