summaryrefslogtreecommitdiff
path: root/src/xgselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xgselect.h')
-rw-r--r--src/xgselect.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xgselect.h b/src/xgselect.h
index 4c56633e966..a56694229e5 100644
--- a/src/xgselect.h
+++ b/src/xgselect.h
@@ -27,7 +27,6 @@ struct timespec;
extern int xg_select (int max_fds,
fd_set *rfds, fd_set *wfds, fd_set *efds,
- struct timespec const *timeout,
- sigset_t const *sigmask);
+ struct timespec *timeout, sigset_t *sigmask);
#endif /* XGSELECT_H */