diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 1 |
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); | |||
| 236 | extern void init_threads_once (void); | 236 | extern void init_threads_once (void); |
| 237 | extern void init_threads (void); | 237 | extern void init_threads (void); |
| 238 | extern void syms_of_threads (void); | 238 | extern void syms_of_threads (void); |
| 239 | extern bool primary_thread_p (void *); | ||
| 239 | 240 | ||
| 240 | typedef int select_func (int, fd_set *, fd_set *, fd_set *, | 241 | typedef int select_func (int, fd_set *, fd_set *, fd_set *, |
| 241 | const struct timespec *, const sigset_t *); | 242 | const struct timespec *, const sigset_t *); |