Commit 8b39cea3 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed __siginfo type for Solaris (based on a patch by Robert Lunnon).

parent 93769044
......@@ -226,7 +226,7 @@ typedef struct sigcontext SIGCONTEXT;
#undef ERR
typedef struct ucontext SIGCONTEXT;
#define HANDLER_DEF(name) void name( int __signal, void *__siginfo, SIGCONTEXT *__context )
#define HANDLER_DEF(name) void name( int __signal, siginfo_t *__siginfo, SIGCONTEXT *__context )
#define HANDLER_CONTEXT __context
#endif /* svr4 || SCO_DS */
......
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