X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/233ba4d924933cb56129bd7511e6137b7c0b8e3e..0ec6c340e90369b5921b35bed3bd4cfc0368723e:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index 1d3a8508b9..1f8555591d 100644 --- a/src/xgselect.h +++ b/src/xgselect.h @@ -1,6 +1,6 @@ /* Header for xg_select. -Copyright (C) 2009-2011 Free Software Foundation, Inc. +Copyright (C) 2009-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -21,16 +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 */ -