Commit 14c27430 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix svr4_stack_t typing in svr4.h

parent f4ebe421
......@@ -87,7 +87,7 @@ enum svr4_stack_flags {
/* signal stack execution place, unsupported */
typedef struct svr4_stack_t {
char *sp;
u32 sp;
int size;
int flags;
} svr4_stack_t;
......
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