From: Ulrich Drepper Date: Sun, 14 Dec 1997 22:19:05 +0000 (+0000) Subject: Define as old_kernel_sigaction. X-Git-Tag: glibc-2.16-ports-before-merge~3352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94b8f616432fd1f9658f7801e1a5ec653784d2fa;p=thirdparty%2Fglibc.git Define as old_kernel_sigaction. --- diff --git a/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h b/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h index 900bff4aab2..6f8bc9bcd44 100644 --- a/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h +++ b/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h @@ -1,6 +1,6 @@ /* This is the sigaction struction from the Linux 2.1.20 kernel. */ -struct kernel_sigaction { +struct old_kernel_sigaction { __sighandler_t sa_handler; unsigned long sa_mask; unsigned int sa_flags;