Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 4711e16a8e49 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
46 int get_pty_max_bytes (int fd); | 46 int get_pty_max_bytes (int fd); |
47 Bufbyte get_eof_char (int fd); | 47 Bufbyte get_eof_char (int fd); |
48 | 48 |
49 /* Wait for subprocess with process id `pid' to terminate and | 49 /* Wait for subprocess with process id `pid' to terminate and |
50 make sure it will get eliminated (not remain forever as a zombie) */ | 50 make sure it will get eliminated (not remain forever as a zombie) */ |
51 #ifdef WINDOWSNT | |
52 #include <windows.h> | |
53 void wait_for_termination (HANDLE pid); | |
54 #else | |
55 void wait_for_termination (int pid); | 51 void wait_for_termination (int pid); |
56 #endif | |
57 | 52 |
58 /* flush any pending output | 53 /* flush any pending output |
59 * (may flush input as well; it does not matter the way we use it) | 54 * (may flush input as well; it does not matter the way we use it) |
60 */ | 55 */ |
61 void flush_pending_output (int channel); | 56 void flush_pending_output (int channel); |