diff options
Diffstat (limited to 'xserver/hw/xfree86/dummylib/dispatchException.c')
-rw-r--r-- | xserver/hw/xfree86/dummylib/dispatchException.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xserver/hw/xfree86/dummylib/dispatchException.c b/xserver/hw/xfree86/dummylib/dispatchException.c new file mode 100644 index 000000000..6ceb91e84 --- /dev/null +++ b/xserver/hw/xfree86/dummylib/dispatchException.c @@ -0,0 +1,8 @@ +/** + ** Public domain + **/ +/* $OpenBSD: dispatchException.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */ + +#include "opaque.h" + +volatile char dispatchException; |