Commit 1cb4f432 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: do_signal32 warning fix

do_signal32() is used before it is defined, this prototype squashes the
warning.
parent 62c2905c
...@@ -145,4 +145,7 @@ typedef struct sigaltstack { ...@@ -145,4 +145,7 @@ typedef struct sigaltstack {
#define ptrace_signal_deliver(regs, cookie) do { } while (0) #define ptrace_signal_deliver(regs, cookie) do { } while (0)
struct pt_regs;
int do_signal32(sigset_t *oldset, struct pt_regs *regs);
#endif /* _ASMPPC64_SIGNAL_H */ #endif /* _ASMPPC64_SIGNAL_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment