diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-12-11 17:15:07 -0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-12-18 19:52:23 -0200 |
commit | 8b1d5da56601ba7e59340dda235a6f3dbaa98ec9 (patch) | |
tree | 8f40a442c0114f1e5478c6a3ad35d5799d94d5aa | |
parent | f9eabb197fce8bab43376758fcb281bf2e4e88e0 (diff) | |
download | glibc-8b1d5da56601ba7e59340dda235a6f3dbaa98ec9.tar glibc-8b1d5da56601ba7e59340dda235a6f3dbaa98ec9.tar.gz glibc-8b1d5da56601ba7e59340dda235a6f3dbaa98ec9.tar.bz2 glibc-8b1d5da56601ba7e59340dda235a6f3dbaa98ec9.zip |
ia64: Remove kernel_sigaction.h
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.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h | 7 |
2 files changed, 2 insertions, 7 deletions
@@ -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 index fc9f29603c..0000000000 --- a/sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h +++ /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 */ -}; |