commit | ad28e029789ef46aebdfb9ece01d431ce1c637c8 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Tue Apr 18 22:21:41 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Apr 19 09:13:51 2006 -0700 |
tree | e2e5dffefbb2484324ac4d0e74b77d312058b4a5 | |
parent | 4127272c38619c56f0c1aa01d01c7bd757db70a1 [diff] |
[PATCH] uml: change sigjmp_buf to jmp_buf Clean up the jmpbuf code. Since softints, we no longer use sig_setjmp, so the UML_SIGSETJMP wrapper now has a misleading name. Also, I forgot to change the buffers from sigjmp_buf to jmp_buf. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>