Re: binutils test failure

2009-06-04 Thread Bruce Dubbs
Tobias Gasser wrote: > libiberty/testsuite/test-demangle.c > > error: conflicting types for 'getline' > > stdio.h now defines getline(). > > i didn't check wether older versions did this define too, or another > include is responsible for setting __USE_XOPEN2K8 requireing stdio.h to > define thi

binutils test failure

2009-06-04 Thread Tobias Gasser
libiberty/testsuite/test-demangle.c error: conflicting types for 'getline' stdio.h now defines getline(). i didn't check wether older versions did this define too, or another include is responsible for setting __USE_XOPEN2K8 requireing stdio.h to define this function. i've no clue what "Define