diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-20 21:20:59 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-20 21:20:59 +0000 |
commit | f351c8a560ddc5b5df9ee5ba4ccc1cfb9029146d (patch) | |
tree | a1af403c7ce4e7447ee7e01c045d260dba9a409b /lib/tsan/rtl/tsan_report.h | |
parent | ab0bf875a5f328a6710f4e48258979ae1bc8da1c (diff) |
Notes
Diffstat (limited to 'lib/tsan/rtl/tsan_report.h')
-rw-r--r-- | lib/tsan/rtl/tsan_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/rtl/tsan_report.h b/lib/tsan/rtl/tsan_report.h index 8d8ae0fd8f58b..a0473e8dbdade 100644 --- a/lib/tsan/rtl/tsan_report.h +++ b/lib/tsan/rtl/tsan_report.h @@ -90,7 +90,7 @@ struct ReportLocation { struct ReportThread { int id; - uptr os_id; + tid_t os_id; bool running; bool workerthread; char *name; |