summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/bits/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/avr32/bits/setjmp.h')
-rw-r--r--libc/sysdeps/linux/avr32/bits/setjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/avr32/bits/setjmp.h b/libc/sysdeps/linux/avr32/bits/setjmp.h
index 733a473d1..78348a329 100644
--- a/libc/sysdeps/linux/avr32/bits/setjmp.h
+++ b/libc/sysdeps/linux/avr32/bits/setjmp.h
@@ -6,7 +6,7 @@
* archive for more details.
*/
#ifndef _BITS_SETJMP_H
-#define _BITS_SETJMP_H 1
+#define _BITS_SETJMP_H 1
#if !defined _SETJMP_H && !defined _PTHREAD_H
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
@@ -20,7 +20,7 @@
typedef int __jmp_buf[11];
#endif
-#define __JMP_BUF_SP 4
+#define __JMP_BUF_SP 4
/* Test if longjmp to JMPBUF would unwind the frame containing a local
variable at ADDRESS. */