summaryrefslogtreecommitdiff
path: root/ot_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_mutex.c')
-rw-r--r--ot_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_mutex.c b/ot_mutex.c
index 2052ffa..772d936 100644
--- a/ot_mutex.c
+++ b/ot_mutex.c
@@ -123,7 +123,7 @@ struct ot_task {
123}; 123};
124 124
125static ot_taskid next_free_taskid = 1; 125static ot_taskid next_free_taskid = 1;
126static struct ot_task *tasklist = NULL; 126static struct ot_task *tasklist;
127static pthread_mutex_t tasklist_mutex; 127static pthread_mutex_t tasklist_mutex;
128static pthread_cond_t tasklist_being_filled; 128static pthread_cond_t tasklist_being_filled;
129 129