summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-09-23 22:31:49 +0000
committercognet <cognet@FreeBSD.org>2004-09-23 22:31:49 +0000
commitf7c7e8938bb816a7728a9042f675c0f292c58743 (patch)
treef398b9f076872b7149f54331444c2768dd0434df
parent9fbf5b30d27b35eb11f041130e3b3b464bf98f33 (diff)
downloadFreeBSD-src-f7c7e8938bb816a7728a9042f675c0f292c58743.zip
FreeBSD-src-f7c7e8938bb816a7728a9042f675c0f292c58743.tar.gz
Remove the empty definition of struct osigcontext, as it will never be used.
-rw-r--r--sys/arm/include/signal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/include/signal.h b/sys/arm/include/signal.h
index 7b77ae3..d4f0834 100644
--- a/sys/arm/include/signal.h
+++ b/sys/arm/include/signal.h
@@ -45,9 +45,6 @@ typedef long sig_atomic_t;
#if __BSD_VISIBLE
-struct osigcontext {
-};
-
struct sigcontext {
};
OpenPOWER on IntegriCloud