Commit 27723023 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Add missing symbols for linux

parent 4ea4027b
......@@ -68,6 +68,10 @@ typedef int sig_atomic_t;
#define __SIGFILLSET {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
#define __SIGEMPTYSET { 0,0,0,0,0,0,0,0 }
#define __SIGADDSET(s,n) __sigaddset((s),(n))
#define __SIGDELSET(s,n) __sigdelset((s),(n))
#define __SIGISMEMBER(s,n) __sigismember((s),(n))
struct sigaction {
__sighandler_t sa_handler;
......
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