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 7dee67d6595..0090652b358 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -236,6 +236,7 @@ extern void maybe_reacquire_global_lock (void);
236extern void init_threads_once (void); 236extern void init_threads_once (void);
237extern void init_threads (void); 237extern void init_threads (void);
238extern void syms_of_threads (void); 238extern void syms_of_threads (void);
239extern bool primary_thread_p (void *);
239 240
240typedef int select_func (int, fd_set *, fd_set *, fd_set *, 241typedef int select_func (int, fd_set *, fd_set *, fd_set *,
241 const struct timespec *, const sigset_t *); 242 const struct timespec *, const sigset_t *);