Commit 15bf792f authored by unknown's avatar unknown

Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql

parents 57943222 cb35b968
......@@ -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