Skip to content

Commit

Permalink
Merge pull request #32232 from JuliaLang/kf/fixbuildbot
Browse files Browse the repository at this point in the history
Fix missing analyzer annotation in partr.c
  • Loading branch information
Keno authored Jun 3, 2019
2 parents d249e71 + 536a825 commit 7133250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partr.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ JL_DLLEXPORT void jl_wakeup_thread(int16_t tid)
}


JL_DLLEXPORT void jl_set_task_tid(jl_task_t *task, int tid)
JL_DLLEXPORT void jl_set_task_tid(jl_task_t *task, int tid) JL_NOTSAFEPOINT
{
// Try to acquire the lock on this task.
// If this fails, we'll check for that error later (in jl_switchto).
Expand Down

0 comments on commit 7133250

Please sign in to comment.