Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 65c19d2020f7 |
children | ca9a9ec9c1c1 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
94 # define FD_ZERO(p) (*(p) = 0) | 94 # define FD_ZERO(p) (*(p) = 0) |
95 | 95 |
96 #endif /* no FD_SET */ | 96 #endif /* no FD_SET */ |
97 | 97 |
98 #ifdef EMACS_BTL | 98 #ifdef EMACS_BTL |
99 extern int cadillac_stop_logging (); | 99 int cadillac_stop_logging (); |
100 extern int cadillac_start_logging (); | 100 int cadillac_start_logging (); |
101 #endif | 101 #endif |
102 | 102 |
103 extern int poll_fds_for_input (SELECT_TYPE mask); | 103 int poll_fds_for_input (SELECT_TYPE mask); |
104 | 104 |
105 #ifdef MSDOS | 105 #ifdef MSDOS |
106 /* #include <process.h> */ | 106 /* #include <process.h> */ |
107 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ | 107 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ |
108 #define P_WAIT 1 | 108 #define P_WAIT 1 |