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 5746512b799..5ab5e90c70d 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -303,6 +303,7 @@ extern void init_threads_once (void); | |||
| 303 | extern void init_threads (void); | 303 | extern void init_threads (void); |
| 304 | extern void syms_of_threads (void); | 304 | extern void syms_of_threads (void); |
| 305 | extern bool main_thread_p (void *); | 305 | extern bool main_thread_p (void *); |
| 306 | extern bool in_current_thread (void); | ||
| 306 | 307 | ||
| 307 | typedef int select_func (int, fd_set *, fd_set *, fd_set *, | 308 | typedef int select_func (int, fd_set *, fd_set *, fd_set *, |
| 308 | const struct timespec *, const sigset_t *); | 309 | const struct timespec *, const sigset_t *); |