Index: amd64/include/_stdint.h =================================================================== RCS file: /usr/ncvs/src/sys/amd64/include/_stdint.h,v --- amd64/include/_stdint.h 18 May 2004 16:04:56 -0000 1.3 +++ amd64/include/_stdint.h 9 Apr 2010 20:52:31 -0000 @@ -150,8 +150,8 @@ #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */ -#define SIG_ATOMIC_MIN INT32_MIN -#define SIG_ATOMIC_MAX INT32_MAX +#define SIG_ATOMIC_MIN INT64_MIN +#define SIG_ATOMIC_MAX INT64_MAX /* Limit of size_t. */ #define SIZE_MAX UINT64_MAX Index: arm/include/signal.h =================================================================== RCS file: /usr/ncvs/src/sys/arm/include/signal.h,v --- arm/include/signal.h 20 Aug 2005 16:44:40 -0000 1.7 +++ arm/include/signal.h 9 Apr 2010 20:52:31 -0000 @@ -37,7 +37,7 @@ #include -typedef long sig_atomic_t; +typedef int sig_atomic_t; #if __BSD_VISIBLE Index: ia64/include/_stdint.h =================================================================== RCS file: /usr/ncvs/src/sys/ia64/include/_stdint.h,v --- ia64/include/_stdint.h 18 May 2004 16:04:57 -0000 1.2 +++ ia64/include/_stdint.h 9 Apr 2010 20:52:31 -0000 @@ -150,8 +150,8 @@ #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */ -#define SIG_ATOMIC_MIN INT32_MIN -#define SIG_ATOMIC_MAX INT32_MAX +#define SIG_ATOMIC_MIN INT64_MIN +#define SIG_ATOMIC_MAX INT64_MAX /* Limit of size_t. */ #define SIZE_MAX UINT64_MAX Index: sparc64/include/_stdint.h =================================================================== RCS file: /usr/ncvs/src/sys/sparc64/include/_stdint.h,v --- sparc64/include/_stdint.h 18 May 2004 16:04:57 -0000 1.2 +++ sparc64/include/_stdint.h 9 Apr 2010 20:52:26 -0000 @@ -150,8 +150,8 @@ #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */ -#define SIG_ATOMIC_MIN INT32_MIN -#define SIG_ATOMIC_MAX INT32_MAX +#define SIG_ATOMIC_MIN INT64_MIN +#define SIG_ATOMIC_MAX INT64_MAX /* Limit of size_t. */ #define SIZE_MAX UINT64_MAX Index: sun4v/include/_stdint.h =================================================================== RCS file: /usr/ncvs/src/sys/sun4v/include/_stdint.h,v --- sun4v/include/_stdint.h 5 Oct 2006 06:14:25 -0000 1.1 +++ sun4v/include/_stdint.h 9 Apr 2010 20:52:31 -0000 @@ -150,8 +150,8 @@ #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */ -#define SIG_ATOMIC_MIN INT32_MIN -#define SIG_ATOMIC_MAX INT32_MAX +#define SIG_ATOMIC_MIN INT64_MIN +#define SIG_ATOMIC_MAX INT64_MAX /* Limit of size_t. */ #define SIZE_MAX UINT64_MAX