Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 131b0175ea99 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
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); | |
63 | 65 |
64 void request_sigio (void); | 66 void request_sigio (void); |
65 void unrequest_sigio (void); | 67 void unrequest_sigio (void); |
66 | 68 |
67 void stop_interrupts (void); | 69 void stop_interrupts (void); |