summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 20:52:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 20:52:25 +0000
commitead37b08699f665a856c7ba29578c27c27db4100 (patch)
tree6470cbacdc7ba899039e68093f2746aba13b3a5c /include
parentbbb49449cbc0815fd9c4faf9b6ee32be99a8aa3d (diff)
Mark variables modified in signal handlers as volatile (part of Sun bug id
Diffstat (limited to 'include')
-rw-r--r--include/opaque.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opaque.h b/include/opaque.h
index 8d7408f8a..277ca61ac 100644
--- a/include/opaque.h
+++ b/include/opaque.h
@@ -42,8 +42,8 @@ from The Open Group.
extern char *defaultTextFont;
extern char *defaultCursorFont;
extern int MaxClients;
-extern char isItTimeToYield;
-extern char dispatchException;
+extern volatile char isItTimeToYield;
+extern volatile char dispatchException;
/* bit values for dispatchException */
#define DE_RESET 1