diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-11 11:11:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-07-27 14:29:22 -0400 |
commit | 1e6b57d6421f0343dd11619612e5ff8930cddf38 (patch) | |
tree | 24e80caa506832b3810b48ee1c70ebfc9794b6fa /Documentation/hwmon | |
parent | b4e9c9549f62329d2412f899635fddc5212b9cd4 (diff) |
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 'Documentation/hwmon')
0 files changed, 0 insertions, 0 deletions