Re: Committed: io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.

2018-09-05 Thread Bernhard Reutner-Fischer
On Wed, 5 Sep 2018 at 12:35, Hans-Peter Nilsson wrote: > > These pthread_mutex_t were obviously meant to be > __gthread_mutex_t. See other declarations. Not being that, > broke cris-elf build at r264070, restored with this patch. Also > regtested on native x86_64-pc-linux-gnu. > > I'm not sure

Committed: io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.

2018-09-05 Thread Hans-Peter Nilsson
These pthread_mutex_t were obviously meant to be __gthread_mutex_t. See other declarations. Not being that, broke cris-elf build at r264070, restored with this patch. Also regtested on native x86_64-pc-linux-gnu. I'm not sure know why no other bare-iron target saw this, but perhaps it's because