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

This commit is contained in:
Alexandre Julliard 2004-01-14 05:25:07 +00:00
parent 9376904446
commit 8b39cea352
1 changed files with 1 additions and 1 deletions

View File

@ -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 */