diff options
Diffstat (limited to 'src/xgselect.h')
| -rw-r--r-- | src/xgselect.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xgselect.h b/src/xgselect.h index f85c17f7190..1f8555591d0 100644 --- a/src/xgselect.h +++ b/src/xgselect.h | |||
| @@ -25,9 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #include "sysselect.h" | 25 | #include "sysselect.h" |
| 26 | 26 | ||
| 27 | extern int xg_select (int max_fds, | 27 | extern int xg_select (int max_fds, |
| 28 | SELECT_TYPE *rfds, | 28 | fd_set *rfds, fd_set *wfds, fd_set *efds, |
| 29 | SELECT_TYPE *wfds, | ||
| 30 | SELECT_TYPE *efds, | ||
| 31 | struct timespec const *timeout, | 29 | struct timespec const *timeout, |
| 32 | sigset_t const *sigmask); | 30 | sigset_t const *sigmask); |
| 33 | 31 | ||