[PATCH] D56937: [safestack] Add ThreadId type as uint64_t
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 14:22:12 PST 2019
krytarowski added inline comments.
================
Comment at: compiler-rt/lib/safestack/safestack_platform.h:23
#include <unistd.h>
namespace safestack {
----------------
We need additionally:
```
#if SANITIZER_NETBSD
#include <lwp.h>
#endif
```
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56937/new/
https://reviews.llvm.org/D56937
More information about the llvm-commits
mailing list