summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/include/signal.h')
-rw-r--r--sys/arch/alpha/include/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/signal.h b/sys/arch/alpha/include/signal.h
index 6c8314d0ae8..e433a488152 100644
--- a/sys/arch/alpha/include/signal.h
+++ b/sys/arch/alpha/include/signal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: signal.h,v 1.5 2006/01/08 14:20:17 millert Exp $ */
+/* $OpenBSD: signal.h,v 1.6 2006/12/11 20:53:23 deraadt Exp $ */
/* $NetBSD: signal.h,v 1.2 1995/02/16 03:08:08 cgd Exp $ */
/*
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
-typedef long sig_atomic_t;
+typedef int sig_atomic_t;
#if __BSD_VISIBLE || __XPG_VISIBLE >= 420
/*