[Openmp-commits] [PATCH] D59451: Fix gettid warnings and one test on FreeBSD
Kamil Rytarowski via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Mar 17 06:09:58 PDT 2019
krytarowski added a comment.
> it's not with libc++ and newer libstdc++.
Some OSs merged libpthread into libc and/or implemented it almost fully in the kernel. It's not the case on NetBSD and apparently FreeBSD.
In libc there are just stubs for libpthread to allow linking but without defined interfaces, unless someone will link with the POSIX threading library.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59451/new/
https://reviews.llvm.org/D59451
More information about the Openmp-commits
mailing list