sortix-mirror/libmaxsi/c/hsrc
Jonas 'Sortie' Termansen ed68db03fb Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro.
<features.h> declares _SORTIX_SOURCE if no conflicting macros are
declared, such as _GNU_SOURCE.

Fixed g++ automatically declaring _GNU_SOURCE, but Sortix isn't GNU.

Replaced SORTIX_UNIMPLEMENTED macro with __SORTIX_SHOW_UNIMPLEMENTED.
2012-02-11 18:51:55 +01:00
..
sys Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
ctype.h Added isalnum(3), isalpha(3), isblank(3), iscntrl(3), isdigit(3), 2012-01-08 15:35:35 +01:00
dirent.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
errno.h Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
error.h Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
fcntl.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
features.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
signal.h Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
stdarg.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
stddef.h Initial version of Sortix. 2011-08-05 14:25:00 +02:00
stdint.h Fixed stdint.h include guard conflicting with unistd.h. 2012-02-11 18:46:17 +01:00
stdio.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
stdlib.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
string.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
unistd.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
wchar.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00
wctype.h Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro. 2012-02-11 18:51:55 +01:00