summaryrefslogtreecommitdiffstats
path: root/tools/testing
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 /tools/testing
parentb4e9c9549f62329d2412f899635fddc5212b9cd4 (diff)
downloadlinux-1e6b57d6421f0343dd11619612e5ff8930cddf38.tar.gz
linux-1e6b57d6421f0343dd11619612e5ff8930cddf38.tar.bz2
linux-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 'tools/testing')
0 files changed, 0 insertions, 0 deletions