33 ok(*
ret == (
void*)0xdeadbeef,
"*ret = %p\n", *
ret);
45 ok(old !=
SIG_ERR,
"Failed to install signal handler for SIGBREAK\n");
48 ok(
res == 0,
"Failed to raise SIGBREAK\n");
62 *
ret = (
void*)0xdeadbeef;
65 ok(
res == 0,
"failed to raise SIGSEGV\n");
66 ok(*
ret == (
void*)0xdeadbeef,
"*ret = %p\n", *
ret);
70 ok(
res == 0,
"failed to raise SIGBREAK\n");
71 ok(*
ret == (
void*)0xdeadbeef,
"*ret = %p\n", *
ret);
int __cdecl raise(int _SigNum)
void **__cdecl __pxcptinfoptrs(void)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
static void test_signal(void)
static void test___pxcptinfoptrs(void)
static void __cdecl sighandler(int signum)