aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
authorEli Zaretskii2016-12-11 19:19:10 +0200
committerEli Zaretskii2016-12-11 19:19:10 +0200
commit2783e0e3899cf92910e97dc8bfda3e47b3df1478 (patch)
tree3475105b74b6e83cf99a8eca7a3d3a7fae8276d4 /src/thread.h
parent997081634a3b6c2359226305db05c818c492a9b2 (diff)
downloademacs-2783e0e3899cf92910e97dc8bfda3e47b3df1478.tar.gz
emacs-2783e0e3899cf92910e97dc8bfda3e47b3df1478.zip
Undo part of last change
* src/thread.h: * src/keyboard.c: * src/keyboard.h: Undo part of last change: input_available_clear_time is again a global variable.
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/thread.h b/src/thread.h
index f10824f1983..739069a630b 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -159,11 +159,6 @@ struct thread_state
159 bool m_waiting_for_input; 159 bool m_waiting_for_input;
160#define waiting_for_input (current_thread->m_waiting_for_input) 160#define waiting_for_input (current_thread->m_waiting_for_input)
161 161
162 /* Address (if not 0) of struct timespec to zero out if a SIGIO interrupt
163 happens. */
164 struct timespec *m_input_available_clear_time;
165#define input_available_clear_time (current_thread->m_input_available_clear_time)
166
167 /* The OS identifier for this thread. */ 162 /* The OS identifier for this thread. */
168 sys_thread_t thread_id; 163 sys_thread_t thread_id;
169 164