aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h
index 5746512b799..5ab5e90c70d 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -303,6 +303,7 @@ extern void init_threads_once (void);
303extern void init_threads (void); 303extern void init_threads (void);
304extern void syms_of_threads (void); 304extern void syms_of_threads (void);
305extern bool main_thread_p (void *); 305extern bool main_thread_p (void *);
306extern bool in_current_thread (void);
306 307
307typedef int select_func (int, fd_set *, fd_set *, fd_set *, 308typedef int select_func (int, fd_set *, fd_set *, fd_set *,
308 const struct timespec *, const sigset_t *); 309 const struct timespec *, const sigset_t *);