1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-05 00:02:41 +03:00
Files
glibc/sysdeps/nptl/c11-thread.h
gfleury 585eee3962 htl: move c11 symbols into libc.
thrd_{create,detach,exit,join}.
mtx_{init,destroy,lock,trylock,unlock,timeelock}.
cnd_{broadcast,destroy,init,signal,timewait,wait,destroy}
tss_{create,delete,get,set}. call_once.
Message-ID: <20251121191336.1224485-1-gfleury@disroot.org>
2025-11-22 03:28:48 +01:00

3 lines
84 B
C

#define C11_THREADS_INTRODUCED GLIBC_2_28
#define C11_THREADS_IN_LIBC GLIBC_2_34