]> sourceware.org Git - glibc.git/commitdiff
ia64: Remove kernel_sigaction.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 11 Dec 2018 19:15:07 +0000 (17:15 -0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 18 Dec 2018 21:52:23 +0000 (19:52 -0200)
IA64 kernel_sigaction.h definition is the sama as the Linux generic
one.

Checked on ia64-linux-gnu.

* sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.

ChangeLog
sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h [deleted file]

index 3307fe65c5126e7656ab1684c8ae57283ca905d8..4abe516e047679e950996f75f29a60670237e209 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2018-12-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+       * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.
+
        * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
 
        * sysdeps/unix/sysv/linux/alpha/Makefile: Update comment about
diff --git a/sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h b/sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h
deleted file mode 100644 (file)
index fc9f296..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/* This is the sigaction structure from the Linux 3.2 kernel.  */
-struct kernel_sigaction
-{
-  __sighandler_t k_sa_handler;
-  unsigned long sa_flags;
-  sigset_t sa_mask;               /* mask last for extensibility */
-};
This page took 0.076174 seconds and 5 git commands to generate.