Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
57 | 57 |
58 void child_setup_tty (int out); | 58 void child_setup_tty (int out); |
59 | 59 |
60 /* Suspend the Emacs process; give terminal to its superior. */ | 60 /* Suspend the Emacs process; give terminal to its superior. */ |
61 void sys_suspend (void); | 61 void sys_suspend (void); |
62 /* Suspend a process if possible; give termianl to its superior. */ | 62 /* Suspend a process if possible; give terminal to its superior. */ |
63 void sys_suspend_process (int process); | 63 void sys_suspend_process (int process); |
64 | 64 |
65 void request_sigio (void); | 65 void request_sigio (void); |
66 void unrequest_sigio (void); | 66 void unrequest_sigio (void); |
67 | 67 |