diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/except.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c index f95fa1fdbd..8bf0c81213 100644 --- a/src/regress/lib/libc/ieeefp/except/except.c +++ b/src/regress/lib/libc/ieeefp/except/except.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: except.c,v 1.7 2004/07/22 19:29:42 kettenis Exp $ */ | 1 | /* $OpenBSD: except.c,v 1.8 2004/10/10 03:06:42 mickey Exp $ */ |
2 | 2 | ||
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | #include <stdlib.h> | 4 | #include <stdlib.h> |
@@ -8,7 +8,7 @@ | |||
8 | #include <float.h> | 8 | #include <float.h> |
9 | #include <err.h> | 9 | #include <err.h> |
10 | 10 | ||
11 | volatile int signal_status; | 11 | volatile sig_atomic_t signal_status; |
12 | 12 | ||
13 | volatile const double one = 1.0; | 13 | volatile const double one = 1.0; |
14 | volatile const double zero = 0.0; | 14 | volatile const double zero = 0.0; |