]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define as old_kernel_sigaction.
authorUlrich Drepper <drepper@redhat.com>
Sun, 14 Dec 1997 22:19:05 +0000 (22:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 14 Dec 1997 22:19:05 +0000 (22:19 +0000)
sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h

index 900bff4aab2ee5d6b849aea2beab5f47d5d69c97..6f8bc9bcd443fa5cfa76d1cc10526f4466e89443 100644 (file)
@@ -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;