1 /*
2 tw_interrupt.c
3 */
4
5 #include "NULL.h"
6
7
8 void abandon(void)
9 {
10 }
11
12 void alarm_handler(int sig, int code)
13 {
14 }
15
16 Bool interrupt_check(void)
17 {
18 return(false);
19 }
20
21 void interrupt_enable(voidStarFn cleanup_fn_val)
22 {
23 }
24
25 Bool interrupt_disable(voidStarFn * cleanup_fn_val)
26 {
27 }
28
29 void interrupt_handler(int sig, int code, void *scp, char *addr)
30 {
31 }
32
33 void toggle_sync(void)
34 {
35 printf("toggle_sync NOT DEFINED\n");
36 }
37
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.