diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-22 14:17:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-22 14:17:42 -0700 |
commit | d35af63cd671563fd188c3b0a1ef30067027c7aa (patch) | |
tree | c9e01847ccf788e23794684da9331c3e0defd0d3 /src/xgselect.h | |
parent | f143bfe38b43ad0a9d817f05c25e418982dca06f (diff) | |
download | emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.bz2 emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip |
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'src/xgselect.h')
-rw-r--r-- | src/xgselect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xgselect.h b/src/xgselect.h index 15d7cd5fdd3..8e5614ea972 100644 --- a/src/xgselect.h +++ b/src/xgselect.h @@ -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 */ - |