diff options
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 2006-10-11 04:21:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 14:14:20 -0400 |
commit | d875f9fd3f2369bf6f4d0e9989f00fe610eac470 (patch) | |
tree | 6a75e68d2fe1f4429237be689d9889cde2974501 /arch/um/os-Linux | |
parent | e27e80b3da7ad6b90185bd689879888907104a40 (diff) |
[PATCH] uml: make TT mode compile after setjmp-related changes
Make TT mode compile after the introduction of klibc's implementation of
setjmp.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/os-Linux')
-rw-r--r-- | arch/um/os-Linux/tt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/os-Linux/tt.c b/arch/um/os-Linux/tt.c index 5461a065bbb9..3dc3a02d6263 100644 --- a/arch/um/os-Linux/tt.c +++ b/arch/um/os-Linux/tt.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <errno.h> | 10 | #include <errno.h> |
11 | #include <stdarg.h> | 11 | #include <stdarg.h> |
12 | #include <stdlib.h> | 12 | #include <stdlib.h> |
13 | #include <setjmp.h> | ||
14 | #include <sys/time.h> | 13 | #include <sys/time.h> |
15 | #include <sys/ptrace.h> | 14 | #include <sys/ptrace.h> |
16 | #include <linux/ptrace.h> | 15 | #include <linux/ptrace.h> |