summaryrefslogtreecommitdiff
path: root/testcode/asynclook.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/asynclook.c')
-rw-r--r--testcode/asynclook.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcode/asynclook.c b/testcode/asynclook.c
index 96cb2e3b26132..a2bdb62130b79 100644
--- a/testcode/asynclook.c
+++ b/testcode/asynclook.c
@@ -64,7 +64,7 @@ struct track_id {
/** true if cancelled */
int cancel;
/** a lock on this structure for thread safety */
- lock_basic_t lock;
+ lock_basic_type lock;
};
/**
@@ -164,7 +164,7 @@ struct ext_thr_info {
/** thread num for debug */
int thread_num;
/** thread id */
- ub_thread_t tid;
+ ub_thread_type tid;
/** context */
struct ub_ctx* ctx;
/** size of array to query */