aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared/longjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/shared/longjmp.h')
-rw-r--r--arch/um/include/shared/longjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/shared/longjmp.h b/arch/um/include/shared/longjmp.h
index e860bc5848e0..9bdddf4c405b 100644
--- a/arch/um/include/shared/longjmp.h
+++ b/arch/um/include/shared/longjmp.h
@@ -1,8 +1,8 @@
1#ifndef __UML_LONGJMP_H 1#ifndef __UML_LONGJMP_H
2#define __UML_LONGJMP_H 2#define __UML_LONGJMP_H
3 3
4#include "sysdep/archsetjmp.h" 4#include <sysdep/archsetjmp.h>
5#include "os.h" 5#include <os.h>
6 6
7extern int setjmp(jmp_buf); 7extern int setjmp(jmp_buf);
8extern void longjmp(jmp_buf, int); 8extern void longjmp(jmp_buf, int);