diff options
Diffstat (limited to 'tools/testing/selftests/powerpc/alignment/alignment_handler.c')
| -rw-r--r-- | tools/testing/selftests/powerpc/alignment/alignment_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/alignment/alignment_handler.c b/tools/testing/selftests/powerpc/alignment/alignment_handler.c index 39fd362415cf..0f2698f9fd6d 100644 --- a/tools/testing/selftests/powerpc/alignment/alignment_handler.c +++ b/tools/testing/selftests/powerpc/alignment/alignment_handler.c | |||
| @@ -57,7 +57,7 @@ volatile int gotsig; | |||
| 57 | 57 | ||
| 58 | void sighandler(int sig, siginfo_t *info, void *ctx) | 58 | void sighandler(int sig, siginfo_t *info, void *ctx) |
| 59 | { | 59 | { |
| 60 | struct ucontext *ucp = ctx; | 60 | ucontext_t *ucp = ctx; |
| 61 | 61 | ||
| 62 | if (!testing) { | 62 | if (!testing) { |
| 63 | signal(sig, SIG_DFL); | 63 | signal(sig, SIG_DFL); |
