Implement token threading
[bpt/emacs.git] / src / xgselect.h
index 14faf06..8e5614e 100644 (file)
@@ -1,6 +1,6 @@
 /* Header for xg_select.
-   Copyright (C) 2009, 2010, 2011
-     Free Software Foundation, Inc.
+
+Copyright (C) 2009-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -28,9 +28,9 @@ extern int xg_select (int max_fds,
                       SELECT_TYPE *rfds,
                       SELECT_TYPE *wfds,
                       SELECT_TYPE *efds,
-                      EMACS_TIME *timeout);
+                      EMACS_TIME *timeout,
+                     sigset_t *sigmask);
 
 extern void xgselect_initialize (void);
 
 #endif /* XGSELECT_H */
-