diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
| commit | 9a375e93f88269bb770fb2eaa57554c975449c88 (patch) | |
| tree | 4c8f6d77f0aa94fc69c5b9e75d51db1451bdf66f /arch/um/os-Linux/trap.c | |
| parent | b2b4b9a7c09ad66e095b13c97946a96f2dc8284e (diff) | |
| parent | acc696d93dcf993dec123d69d599979e1456ffec (diff) | |
Merge branch 'upstream' into max-sect
Diffstat (limited to 'arch/um/os-Linux/trap.c')
| -rw-r--r-- | arch/um/os-Linux/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/os-Linux/trap.c b/arch/um/os-Linux/trap.c index a9f6b26f9828..90b29ae9af46 100644 --- a/arch/um/os-Linux/trap.c +++ b/arch/um/os-Linux/trap.c | |||
| @@ -35,7 +35,7 @@ void os_fill_handlinfo(struct kern_handlers h) | |||
| 35 | 35 | ||
| 36 | void do_longjmp(void *b, int val) | 36 | void do_longjmp(void *b, int val) |
| 37 | { | 37 | { |
| 38 | sigjmp_buf *buf = b; | 38 | jmp_buf *buf = b; |
| 39 | 39 | ||
| 40 | UML_SIGLONGJMP(buf, val); | 40 | UML_LONGJMP(buf, val); |
| 41 | } | 41 | } |
