Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 084402c475ba |
children | ca9a9ec9c1c1 |
comparison
equal
deleted
inserted
replaced
262:9d8607af9e13 | 263:727739f917cb |
---|---|
40 void set_exclusive_use (int fd); | 40 void set_exclusive_use (int fd); |
41 | 41 |
42 void set_descriptor_non_blocking (int fd); | 42 void set_descriptor_non_blocking (int fd); |
43 | 43 |
44 void wait_without_blocking (void); | 44 void wait_without_blocking (void); |
45 | |
46 int get_pty_max_bytes (int fd); | |
47 Bufbyte get_eof_char (int fd); | |
45 | 48 |
46 /* Wait for subprocess with process id `pid' to terminate and | 49 /* Wait for subprocess with process id `pid' to terminate and |
47 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) */ |
48 void wait_for_termination (int pid); | 51 void wait_for_termination (int pid); |
49 | 52 |