diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h index 64448007531..a9de754d6b4 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -226,7 +226,7 @@ extern void init_threads (void); | |||
| 226 | extern void syms_of_threads (void); | 226 | extern void syms_of_threads (void); |
| 227 | 227 | ||
| 228 | typedef int select_func (int, fd_set *, fd_set *, fd_set *, | 228 | typedef int select_func (int, fd_set *, fd_set *, fd_set *, |
| 229 | struct timespec *, sigset_t *); | 229 | const struct timespec *, const sigset_t *); |
| 230 | 230 | ||
| 231 | int thread_select (select_func *func, int max_fds, fd_set *rfds, | 231 | int thread_select (select_func *func, int max_fds, fd_set *rfds, |
| 232 | fd_set *wfds, fd_set *efds, struct timespec *timeout, | 232 | fd_set *wfds, fd_set *efds, struct timespec *timeout, |