diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/pthread_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 67b05753..2e910b3e 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -38,7 +38,7 @@ struct pthread { void *pending; } robust_list; int unblock_cancel; - int delete_timer; + int timer_id; locale_t locale; int killlock[2]; int exitlock[2]; |