comparison src/sysdep.h @ 1928:ba24fcdb4cfe

[xemacs-hg @ 2004-02-25 20:05:32 by james] Fix C++ breakage from previous patch.
author james
date Wed, 25 Feb 2004 20:05:33 +0000
parents 44905d8fae13
children 5bb998bf84bd
comparison
equal deleted inserted replaced
1927:44905d8fae13 1928:ba24fcdb4cfe
64 void sys_suspend_process (int process); 64 void sys_suspend_process (int process);
65 65
66 void request_sigio (void); 66 void request_sigio (void);
67 void unrequest_sigio (void); 67 void unrequest_sigio (void);
68 68
69 BEGIN_C_DECLS
70
69 void stop_interrupts (void); 71 void stop_interrupts (void);
70 void start_interrupts (void); 72 void start_interrupts (void);
71 MODULE_API void slow_down_interrupts (void); 73 MODULE_API void slow_down_interrupts (void);
72 MODULE_API void speed_up_interrupts (void); 74 MODULE_API void speed_up_interrupts (void);
73 void init_poll_for_quit (void); 75 void init_poll_for_quit (void);
76
77 END_C_DECLS
74 78
75 /* Used so that signals can break out of system calls that aren't 79 /* Used so that signals can break out of system calls that aren't
76 naturally interruptible. */ 80 naturally interruptible. */
77 81
78 extern JMP_BUF break_system_call_jump; 82 extern JMP_BUF break_system_call_jump;