sortix-mirror/libmaxsi/include
Jonas 'Sortie' Termansen 550f9db140 Make string.h include strings.h.
This helps gcc build since it assumes that string.h provides various
functions that POSIX mandates is in strings.h. This is OK with me since that
strings.h is a nasty hack anyways. Also, glibc does this.
2012-09-08 18:45:52 +02:00
..
libmaxsi Refactor libc process exit and abortion. 2012-09-08 18:45:52 +02:00
sys Refactored the internal kernel memory management API. 2012-07-06 17:18:07 +02:00
assert.h Implement assert(3) properly. 2012-09-08 18:45:52 +02:00
ctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
dirent.h Sort the output of ls(1). 2012-09-08 18:45:52 +02:00
dlfcn.h Added stubs for functions in dlfcn.h. 2012-05-30 23:58:04 +02:00
errno.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
error.h Renamed error(3) to gnu_error(3), but with a redirect. 2012-05-28 23:03:03 +02: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
locale.h Added a stub locale.h header. 2012-05-28 22:57:03 +02:00
math.h Added <math.h>. 2012-03-04 18:17:04 +01:00
readparamstring.h Added ReadParamString to libmaxsi as a hack. 2012-07-24 21:26:09 +02:00
setjmp.h Added stubs for setjmp(3) and longjmp(3). 2012-03-04 23:15:32 +01:00
signal.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
stdarg.h GCC no longer fixes stdio.h because of va_list. 2012-05-28 22:37:45 +02: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 Fixed bad gets(3) declaration in stdio.h. 2012-09-08 18:45:52 +02:00
stdio_ext.h Added the stdio_ext(3) API. 2012-03-12 00:38:48 +01:00
stdlib.h Refactor libc process exit and abortion. 2012-09-08 18:45:52 +02:00
string.h Make string.h include strings.h. 2012-09-08 18:45:52 +02:00
strings.h Added strcasecmp(3), strncasecmp(3) and <strings.h>. 2012-03-04 22:46:24 +01:00
termios.h Added tcgetwinsize(2) for determining terminal resolution. 2012-07-24 18:43:34 +02:00
time.h Added stubs for gmtime(3), localtime(3) and utime(3). 2012-05-29 22:17:27 +02:00
unistd.h Refactor libc process exit and abortion. 2012-09-08 18:45:52 +02:00
wchar.h Declare size_t and off_t before FILE in wchar.h. 2012-09-08 18:45:52 +02:00
wctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00