X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8a1f4a98c1b8e3abaf1b46394a88d09531ce4c2d..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index dc26ccee34..4c56633e96 100644 --- a/src/xgselect.h +++ b/src/xgselect.h @@ -1,13 +1,13 @@ /* Header for xg_select. - Copyright (C) 2009, 2010, 2011 - Free Software Foundation, Inc. + +Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,18 +21,13 @@ along with GNU Emacs. If not, see . */ #define XGSELECT_H #include "lisp.h" -#include "systime.h" #include "sysselect.h" -extern int xg_select (int max_fds, - SELECT_TYPE *rfds, - SELECT_TYPE *wfds, - SELECT_TYPE *efds, - EMACS_TIME *timeout); +struct timespec; -extern void xgselect_initialize (void); +extern int xg_select (int max_fds, + fd_set *rfds, fd_set *wfds, fd_set *efds, + struct timespec const *timeout, + sigset_t const *sigmask); #endif /* XGSELECT_H */ - -/* arch-tag: 0c5392a8-3a41-41eb-839c-58e6595926f0 - (do not change this comment) */