Re: [PATCH 11/36] tools build feature: Check if pthread_barrier_t is available

From: Arnaldo Carvalho de Melo
Date: Thu Dec 07 2017 - 06:24:51 EST


Em Wed, Dec 06, 2017 at 10:31:50PM +0100, Philippe Ombredanne escreveu:
> On Wed, Dec 6, 2017 at 3:40 PM, Arnaldo Carvalho de Melo
> > +++ b/tools/build/feature/test-pthread-barrier.c
> > @@ -0,0 +1,12 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +#include <stdint.h>
> > +#include <pthread.h>

> Arnaldo: for the use of SPDX ids in the hwol patch series, thank you very much.
> Acked-by: Philippe Ombredanne <pombredanne@xxxxxxxx>

Thanks!

- Arnaldo