From fbb32ad9b6a4b6cffea1c5b4292b18c72cdadaf6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 1 Dec 2008 20:29:52 +0000 Subject: on Bernd's request, remove commented-out code snippets --- libc/sysdeps/linux/common/ssp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/ssp.c b/libc/sysdeps/linux/common/ssp.c index 564e14d71..8a84e4893 100644 --- a/libc/sysdeps/linux/common/ssp.c +++ b/libc/sysdeps/linux/common/ssp.c @@ -58,7 +58,6 @@ static void block_signals(void) /* Make the default handler associated with the signal handler */ memset(&sa, 0, sizeof(sa)); __sigfillset(&sa.sa_mask); /* Block all signals */ - /* sa.sa_flags = 0; - memset did it */ if (SIG_DFL) /* if it's constant zero, it's already done */ sa.sa_handler = SIG_DFL; sigaction(SSP_SIGTYPE, &sa, NULL); -- cgit v1.2.3