aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h2
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);
226extern void syms_of_threads (void); 226extern void syms_of_threads (void);
227 227
228typedef int select_func (int, fd_set *, fd_set *, fd_set *, 228typedef int select_func (int, fd_set *, fd_set *, fd_set *,
229 struct timespec *, sigset_t *); 229 const struct timespec *, const sigset_t *);
230 230
231int thread_select (select_func *func, int max_fds, fd_set *rfds, 231int 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,