diff options
author | JerryShih <bignose1007@gmail.com> | 2018-11-17 19:15:17 (GMT) |
---|---|---|
committer | JerryShih <bignose1007@gmail.com> | 2018-12-03 08:05:59 (GMT) |
commit | e9a1ddc594de6e6251bf06d732775dae2cabe4c8 (patch) | |
tree | e251dc19fa839c1930c3af39bac958ee0bba0cca /Help/guide/tutorial/Step9/MathFunctions/MathFunctions.h | |
parent | be9ad8279a29893943b342cc5ffdbf9868fb1b4c (diff) | |
download | CMake-e9a1ddc594de6e6251bf06d732775dae2cabe4c8.zip CMake-e9a1ddc594de6e6251bf06d732775dae2cabe4c8.tar.gz CMake-e9a1ddc594de6e6251bf06d732775dae2cabe4c8.tar.bz2 |
FindThreads: Replace the pthread symbol checking in libc.
With asan build, we will have the pthread_create() symbol in libc. However,
libasan doesn't have full pthread implementation. We can't assume that we
have the pthread implementation in libc using pthread_create() symbol.
Replace the pthread_create() with pthread_kill() as a quick fix.
Diffstat (limited to 'Help/guide/tutorial/Step9/MathFunctions/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions