﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
279	Conflicting types for 'system'	dryeo	Yuri Dario	"A configure script is dieing with
G:/usr/include/sys/process.h:72: error: conflicting types for 'system'
G:/usr/include/stdlib.h:121: note: previous declaration of 'system' was here
and sure enough sys/process.h uses
{{{72	int system (__const__ char *);}}}
and stdlib.h uses
{{{121	int      system(const char *);}}}

not sure which is correct or if this is gcc 4.4.6 being pedantic but they should be reconciled or guarded"	defect	closed	normal	libc-0.6.6	libc	0.6.5	major	fixed	conflict	dave.r.yeo@…
