commit | 0c9dceb9bb6dadbf340f09c69e598d4729bbb86a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 04 13:59:47 2022 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 30 21:17:00 2022 -0500 |
tree | d6bdfbb3f6430b2641bfeaad594ff0864bfe6bf3 | |
parent | 1e2d84644d1ce754d48c58a6184e1dd9ab573f0c [diff] |
asm/user.h: killed unused macros Some of them used to be used by libbfd for a.out coredump handling. Seeing that * libbfd has their copies anyway * we don't export them into userland headers * we don't support a.out coredumps anymore let's bury the definitions. They never had in-kernel users anyway... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>