aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2020-06-11 11:11:32 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2020-07-27 14:29:22 -0400
commit1e6b57d6421f0343dd11619612e5ff8930cddf38 (patch)
tree24e80caa506832b3810b48ee1c70ebfc9794b6fa /usr
parentintroduction of regset ->get() wrappers, switching ELF coredumps to those (diff)
downloadlinux-dev-1e6b57d6421f0343dd11619612e5ff8930cddf38.tar.xz
linux-dev-1e6b57d6421f0343dd11619612e5ff8930cddf38.zip
unexport linux/elfcore.h
It's unusable from userland - it uses elf_gregset_t, which is not provided by exported headers. glibc has it in sys/procfs.h, but the same file defines struct elf_prstatus, so linux/elfcore.h can't be included once sys/procfs.h has been pulled. Same goes for uclibc and dietlibc simply doesn't have elf_gregset_t defined anywhere. IOW, no userland source is including that thing. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'usr')
-rw-r--r--usr/include/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile
index 55362f3ab393..f6b3c85d900e 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -28,7 +28,6 @@ no-header-test += linux/am437x-vpfe.h
no-header-test += linux/android/binder.h
no-header-test += linux/android/binderfs.h
no-header-test += linux/coda.h
-no-header-test += linux/elfcore.h
no-header-test += linux/errqueue.h
no-header-test += linux/fsmap.h
no-header-test += linux/hdlc/ioctl.h