﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
101	Compile may fail for sh_unix.c	rainer	rainer	"Compiling of sh_unix.c may fail. because dependencies cause the preprocessor to pick up linux/wait.h, which contains #define statements for symbols that are typedef'ed in sys/wait.h:

{{{
typedef enum
{
P_ALL, /* Wait for any child. */
P_PID, /* Wait for specified process. */
P_PGID /* Wait for members of process group. */
} idtype_t;
}}}

will fail if P_ALL etc. are defined as numerical constants already; need to #undef them.
"	defect	closed	major	2.4.4	main	2.4.3	fixed		
