commit | 5d9f36b94db82fb630acdc38ac380af4cf107f8e | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Jan 08 08:48:42 2013 +0400 |
committer | Chris Zankel <chris@zankel.net> | Sat Feb 23 19:12:52 2013 -0800 |
tree | e4e0c4132d59c0804b2c0dc28aea16e8cc457014 | |
parent | e969161b669a8b79b9218f12117a3173d972a44c [diff] |
xtensa: pull signal definitions from signal-defs.h This fixes the following build error in the current linux-next: include/linux/signal.h:261:2: error: unknown type name '__sigrestore_t' make[2]: *** [arch/xtensa/kernel/asm-offsets.s] Error 1 make[1]: *** [prepare0] Error 2 make: *** [sub-make] Error 2 that appeared after 32dae82 'consolidate kernel-side struct sigaction declarations' Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>