Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
58 | 58 |
59 void child_setup_tty (int out); | 59 void child_setup_tty (int out); |
60 | 60 |
61 /* Suspend the Emacs process; give terminal to its superior. */ | 61 /* Suspend the Emacs process; give terminal to its superior. */ |
62 void sys_suspend (void); | 62 void sys_suspend (void); |
63 /* Suspend a process if possible; give termianl to its superior. */ | |
64 void sys_suspend_process (int process); | |
65 | 63 |
66 void request_sigio (void); | 64 void request_sigio (void); |
67 void unrequest_sigio (void); | 65 void unrequest_sigio (void); |
68 | 66 |
69 void stop_interrupts (void); | 67 void stop_interrupts (void); |