diff options
| author | Rob Herring <robh@kernel.org> | 2018-03-08 10:21:07 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2018-03-08 10:21:07 -0500 |
| commit | c679fa6e3aaa5c58fc514b5b88cfa82774b8d390 (patch) | |
| tree | 0c10b339368bd1795152a66a4e245e6f654fb3ec /tools/testing/selftests/powerpc/alignment/alignment_handler.c | |
| parent | bdb7013df910681f84eff27b07791d4c160cb76f (diff) | |
| parent | 4fd98e374fd377ae0458a9dc44aa779cf9631ddd (diff) | |
Merge branch 'dtc-update' into dt/next
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); |
