minix/lib/libc
Antoine Leca 6d8d7a88b2 libc!setmode.c: Avoid #if inside macro call
#if inside macro call is undefined behaviour under the C standard
(3.8.3 paragraph 10 for C90, 6.8.10 paragraph 11 for C99).
The same effect can be achieved with a slightly more verbose construct,
putting the whole macro call inside the #ifdef/#else/#endif.
2011-06-23 17:54:17 +02:00
..
ack Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
ansi Use int64 functions consistently 2010-11-07 23:35:29 +00:00
arch/i386 <timers.h> - add feature to time a code block 2011-06-06 09:04:11 +02:00
asyn Use endpoint_t for the destination of mini_send and _syscall, and the 2010-06-02 21:51:32 +00:00
db Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
gnu Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
ip <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
math some extra math functions from netbsd for netpbm. 2011-01-30 23:40:51 +00:00
other libc!setmode.c: Avoid #if inside macro call 2011-06-23 17:54:17 +02:00
posix Move minix/paths.h to paths.h 2010-11-06 20:40:15 +00:00
regex lib: fixes for warnings that clang has for libraries. 2010-07-06 12:08:22 +00:00
stdio <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
stdtime Fix unintended changes in r7614 2010-07-01 11:56:02 +00:00
syscall make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
sysvipc Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
wchar Add some support for wchar_t. 2010-04-19 15:20:24 +00:00
Makefile For GCC/clang, don't build in ACK int64 routines 2010-11-19 12:36:44 +00:00
Makefile.inc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00