glibc/sysdeps/nptl/thrd_create.c
Samuel Thibault b05de10400 C11 threads: Move implementation to sysdeps/pthread
so it gets shared by nptl and htl. Also add htl versions of thrd_current and
thrd_yield.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2020-02-09 13:56:48 +01:00

3 lines
87 B
C

#define __pthread_create __pthread_create_2_1
#include <sysdeps/pthread/thrd_create.c>