summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/signal.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-09-30 18:52:17 +0000
committerjake <jake@FreeBSD.org>2001-09-30 18:52:17 +0000
commitf6a5e3f81047490e77b5203fda102de3e04ed68a (patch)
treea2d8a453ce096229c5ed4253ff4fabe267040d72 /sys/sparc64/include/signal.h
parent539ccfaeb2e7bc2528068dc5493a4e7b30a9908e (diff)
downloadFreeBSD-src-f6a5e3f81047490e77b5203fda102de3e04ed68a.zip
FreeBSD-src-f6a5e3f81047490e77b5203fda102de3e04ed68a.tar.gz
Don't use types that require other headers.
Diffstat (limited to 'sys/sparc64/include/signal.h')
-rw-r--r--sys/sparc64/include/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h
index 63d7d75..b13db13 100644
--- a/sys/sparc64/include/signal.h
+++ b/sys/sparc64/include/signal.h
@@ -44,7 +44,7 @@ typedef long sig_atomic_t;
#define MINSIGSTKSZ (1024 * 4)
-typedef u_int osigset_t;
+typedef int osigset_t;
struct osigcontext {
};
OpenPOWER on IntegriCloud