Re: [PATCH] gdb: prefere python3 if it is installed

2021-08-22 Thread Christian Mauderer
On 21/08/2021 04:56, Chris Johns wrote: On 21/8/21 4:08 am, o...@c-mauderer.de wrote: Started to test both (MSYS2 and Cygwin) and I start to suspect that our manual needs some minor updates. I'm taking notes ... Oh awesome, I am sooo grateful. Thanks Chris Hello, building on Windows is at

Re: [PATCH 1/1] v2: Implement Condclockwait and Test

2021-08-22 Thread Joel Sherrill
On Thu, Aug 19, 2021 at 11:20 AM Matt Joyce wrote: > > Added implementation of the pthread_cond_clockwait() > method to cpukit/posix/src/condclockwait.c. Additional > logic added to condwaitsupp.c to implement new method. > pthread_cond_clockwait() has been added to the Issue 8 > POSIX Standard.