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

Add missing symbols for linux

parent 4ea4027b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;