X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7c420169baa7c50428589cca7f8eda71b462eb15..52a4e87c630ea397408efe4f8486be55e1199905:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index f120d8866c..ada2376c98 100644 --- a/src/xgselect.h +++ b/src/xgselect.h @@ -1,6 +1,6 @@ /* Header for xg_select. - Copyright (C) 2009, 2010 - Free Software Foundation, Inc. + +Copyright (C) 2009-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -21,18 +21,12 @@ along with GNU Emacs. If not, see . */ #define XGSELECT_H #include "lisp.h" -#include "systime.h" +#include #include "sysselect.h" extern int xg_select (int max_fds, - SELECT_TYPE *rfds, - SELECT_TYPE *wfds, - SELECT_TYPE *efds, - EMACS_TIME *timeout); - -extern void xgselect_initialize (void); + 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) */