summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/setjmp.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 05:18:35 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 05:18:35 +0000
commit0e8186d4dc6ef54b4f3afecfa66902f98286bc1b (patch)
tree717f17ced3407005a03300c6cd21757613273ed0 /sys/sparc64/include/setjmp.h
parent05e12989aeefdd5855e6b054a2438e3edd097146 (diff)
downloadFreeBSD-src-0e8186d4dc6ef54b4f3afecfa66902f98286bc1b.zip
FreeBSD-src-0e8186d4dc6ef54b4f3afecfa66902f98286bc1b.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/sparc64/include/setjmp.h')
-rw-r--r--sys/sparc64/include/setjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/setjmp.h b/sys/sparc64/include/setjmp.h
index eab2069..16be244 100644
--- a/sys/sparc64/include/setjmp.h
+++ b/sys/sparc64/include/setjmp.h
@@ -48,13 +48,13 @@
* internally to avoid some run-time errors for mismatches.
*/
#ifndef _ANSI_SOURCE
-struct _sigjmp_buf {
+struct _sigjmp_buf {
long _sjb[_JBLEN + 1];
};
typedef struct _sigjmp_buf sigjmp_buf[1];
#endif
-struct _jmp_buf {
+struct _jmp_buf {
long _jb[_JBLEN + 1];
};
typedef struct _jmp_buf jmp_buf[1];
OpenPOWER on IntegriCloud