summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/setjmp.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-04 22:10:06 +0000
committermike <mike@FreeBSD.org>2002-10-04 22:10:06 +0000
commitc9d55a4efc04afdb6fc4279b71a0a924a4d65a2b (patch)
tree2efcd012ad77b2cd7cd881803c9aca16963160bf /sys/powerpc/include/setjmp.h
parentcf479e35164c9b972e937e94c67035dbaf674b9c (diff)
downloadFreeBSD-src-c9d55a4efc04afdb6fc4279b71a0a924a4d65a2b.zip
FreeBSD-src-c9d55a4efc04afdb6fc4279b71a0a924a4d65a2b.tar.gz
style(9) <machine/setjmp.h> headers so they look mostly the same.
Diffstat (limited to 'sys/powerpc/include/setjmp.h')
-rw-r--r--sys/powerpc/include/setjmp.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/sys/powerpc/include/setjmp.h b/sys/powerpc/include/setjmp.h
index 9394b04..f6d1378 100644
--- a/sys/powerpc/include/setjmp.h
+++ b/sys/powerpc/include/setjmp.h
@@ -1,8 +1,10 @@
-/* $FreeBSD$ */
-/* $NetBSD: setjmp.h,v 1.3 1998/09/16 23:51:27 thorpej Exp $ */
+/*-
+ * $NetBSD: setjmp.h,v 1.3 1998/09/16 23:51:27 thorpej Exp $
+ * $FreeBSD$
+ */
-#ifndef _MACHINE_SETJMP_H_
-#define _MACHINE_SETJMP_H_
+#ifndef _MACHINE_SETJMP_H_
+#define _MACHINE_SETJMP_H_
#define _JBLEN 100
@@ -12,9 +14,9 @@
* internally to avoid some run-time errors for mismatches.
*/
#ifndef _ANSI_SOURCE
-typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1];
+typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1];
#endif
-typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1];
+typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1];
-#endif /* _MACHINE_SETJMP_H_ */
+#endif /* !_MACHINE_SETJMP_H_ */
OpenPOWER on IntegriCloud