aces
>
> This fixes:
> * problems on hosts where timer_t 0 is valid
> * the FIXME in next_free_host_timer() about locking
> * bugs in the error paths in timer_create where we forgot to release
>the slot we grabbed, or forgot to free the host timer
>
> Reported-by
Hello Peter,
I can say so far, your patch solved the issue! Great thanks for that!
Regarding the libc version:
>From my WSL2 Ubuntu 21.04 x86_64:
$ ls -l /lib32/libc*
-rwxr-xr-x 1 root root 2042632 Mar 31 2021 /lib32/libc-2.33.so
My gcc version 10 does use the same libc version.
As already ment