Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
94 # define FD_ISSET(n, p) (*(p) & (1 << (n))) | 94 # define FD_ISSET(n, p) (*(p) & (1 << (n))) |
95 # define FD_ZERO(p) (*(p) = 0) | 95 # define FD_ZERO(p) (*(p) = 0) |
96 | 96 |
97 #endif /* no FD_SET */ | 97 #endif /* no FD_SET */ |
98 | 98 |
99 #ifdef EMACS_BTL | |
100 int cadillac_stop_logging (); | |
101 int cadillac_start_logging (); | |
102 #endif | |
103 | |
104 int poll_fds_for_input (SELECT_TYPE mask); | 99 int poll_fds_for_input (SELECT_TYPE mask); |
105 | 100 |
106 #ifdef MSDOS | 101 #ifdef MSDOS |
107 /* #include <process.h> */ | 102 /* #include <process.h> */ |
108 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ | 103 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ |