From ce11f0fee9b9a4bfd18a4d4b9eeb276af12c5610 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 11 May 2000 06:04:39 +0000 Subject: Check volatility of sig_atomic_t. --- globals.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index e2d3c3a0..47c3cdfc 100644 --- a/globals.h +++ b/globals.h @@ -135,9 +135,9 @@ WHERE short ScoreThresholdRead; WHERE short ScoreThresholdFlag; /* flags for received signals */ -WHERE volatile sig_atomic_t SigAlrm INITVAL (0); -WHERE volatile sig_atomic_t SigInt INITVAL (0); -WHERE volatile sig_atomic_t SigWinch INITVAL (0); +WHERE SIG_ATOMIC_VOLATILE_T SigAlrm INITVAL (0); +WHERE SIG_ATOMIC_VOLATILE_T SigInt INITVAL (0); +WHERE SIG_ATOMIC_VOLATILE_T SigWinch INITVAL (0); WHERE int CurrentMenu; -- cgit v1.2.3