Re: [Qemu-devel] [PATCH 17/23] bsd-user: add shims for thread related system calls

2013-06-24 Thread Stacey Son
On Jun 24, 2013, at 12:37 PM, Peter Maydell wrote: > On 24 June 2013 03:03, Stacey Son wrote: >> diff --git a/configure b/configure >> index ba90975..812ea3f 100755 >> --- a/configure >> +++ b/configure >> @@ -1438,6 +1438,15 @@ fi >> >> if test "$nptl" != "no" ; then >> cat > $TMPC <> +#ifde

Re: [Qemu-devel] [PATCH 17/23] bsd-user: add shims for thread related system calls

2013-06-24 Thread Peter Maydell
On 24 June 2013 03:03, Stacey Son wrote: > diff --git a/configure b/configure > index ba90975..812ea3f 100755 > --- a/configure > +++ b/configure > @@ -1438,6 +1438,15 @@ fi > > if test "$nptl" != "no" ; then >cat > $TMPC < +#ifdef __FreeBSD__ > +#include > +int main(void) { > +#if !defined(