aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h
index 8fb0cb8bc20..573d1ecd1da 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -7,7 +7,7 @@ struct Lisp_Mutex
7 struct Lisp_Vector *v_next; 7 struct Lisp_Vector *v_next;
8 8
9 /* Is the mutex recursive? */ 9 /* Is the mutex recursive? */
10 int recursive; 10 Lisp_Object recursive;
11 11
12 /* Thread that owns the mutex. */ 12 /* Thread that owns the mutex. */
13 pthread_t owner; 13 pthread_t owner;