summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/signal.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 04:55:31 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 04:55:31 +0000
commit08a1a02226b4d527152475629f769143de5d8bb0 (patch)
tree466fcb5026270f5cbab9702d66e944ebd8d0a7d9 /sys/amd64/include/signal.h
parent1f5dfa1be240017a7a4d938578b9a01ce1082391 (diff)
downloadFreeBSD-src-08a1a02226b4d527152475629f769143de5d8bb0.zip
FreeBSD-src-08a1a02226b4d527152475629f769143de5d8bb0.tar.gz
Made idempotent.
Reviewed by: Submitted by:
Diffstat (limited to 'sys/amd64/include/signal.h')
-rw-r--r--sys/amd64/include/signal.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h
index e688d8d..093278f 100644
--- a/sys/amd64/include/signal.h
+++ b/sys/amd64/include/signal.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)signal.h 8.1 (Berkeley) 6/11/93
- * $Id$
+ * $Id: signal.h,v 1.3 1994/08/02 07:39:01 davidg Exp $
*/
+#ifndef _I386_MACHINE_SIGNAL_H_
+#define _I386_MACHINE_SIGNAL_H_
+
/*
* Machine-dependent signal definitions
*/
@@ -74,3 +77,5 @@ struct sigcontext {
# define sc_pc sc_eip
# define sc_ps sc_efl
};
+
+#endif
OpenPOWER on IntegriCloud