sortix-mirror/libmaxsi/include
Jonas 'Sortie' Termansen 95a088fec5 Added a dummy implementation rfork(2) equal to fork(2).
Note that in my implementation, you share per default, unless you ask.
2012-04-02 16:30:13 +02:00
..
libmaxsi Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
sys Made <sys/types.h> more POSIX compliant. 2012-03-12 02:00:00 +01:00
assert.h Uncommented warning in <assert.h> to prevent compile errors in binutils. 2012-03-05 13:09:00 +01:00
ctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
dirent.h <dirent.h> now declares size_t. 2012-03-12 02:03:46 +01:00
errno.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
error.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
fcntl.h Added fcntl(3) with FD_GET and FD_SET. 2012-03-04 21:36:40 +01:00
features.h Added getline(3), getdelim(3), sortix_gets(3) and gets(3). 2012-02-13 01:07:02 +01:00
inttypes.h Added {,l,ll,imax}abs(3). 2012-03-27 16:36:55 +02:00
math.h Added <math.h>. 2012-03-04 18:17:04 +01:00
setjmp.h Added stubs for setjmp(3) and longjmp(3). 2012-03-04 23:15:32 +01:00
signal.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdarg.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stddef.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdint.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdio.h Added fseterr(3). 2012-03-12 01:31:48 +01:00
stdio_ext.h Added the stdio_ext(3) API. 2012-03-12 00:38:48 +01:00
stdlib.h Added {,l,ll,imax}abs(3). 2012-03-27 16:36:55 +02:00
string.h Added strnlen(3). 2012-03-10 23:04:49 +01:00
strings.h Added strcasecmp(3), strncasecmp(3) and <strings.h>. 2012-03-04 22:46:24 +01:00
time.h Added time_t declaration to <time.h>. 2012-03-11 20:38:55 +01:00
unistd.h Added a dummy implementation rfork(2) equal to fork(2). 2012-04-02 16:30:13 +02:00
wchar.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
wctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00