Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
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); |