C11 threads patch proposal

2019-04-18 Thread Kamil Rytarowski
I wrote a complete C11 threading support for NetBSD. The original implementation was written in 2016 and interrupted due to some issues in libpthread(3). These bugs are now gone. In the context of final implementation of C11 threads in GLIBC and the process of making it a part of POSIX, I've pick

Re: Having to define _STANDALONE to get standard

2019-04-18 Thread tlaronde
Hellon On Thu, Apr 18, 2019 at 09:27:51AM +0200, Martin Husemann wrote: > On Wed, Apr 17, 2019 at 08:27:02PM +0200, tlaro...@polynum.com wrote: > > In order to have only standard definitions in , I have to > > define not standard macro _STANDALONE due to inclusion of > > (that does not only cont

Re: Having to define _STANDALONE to get standard

2019-04-18 Thread Martin Husemann
On Wed, Apr 17, 2019 at 08:27:02PM +0200, tlaro...@polynum.com wrote: > In order to have only standard definitions in , I have to > define not standard macro _STANDALONE due to inclusion of > (that does not only contain declarations but definitions of functions? > In a header?). It only includes