Commit d6a57ba6 authored by unknown's avatar unknown

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

parents 3d98335e 8a7c8ec4
...@@ -68,6 +68,10 @@ typedef int sig_atomic_t; ...@@ -68,6 +68,10 @@ typedef int sig_atomic_t;
#define __SIGFILLSET {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff} #define __SIGFILLSET {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
#define __SIGEMPTYSET { 0,0,0,0,0,0,0,0 } #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 { struct sigaction {
__sighandler_t sa_handler; __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