From: David Howells Date: Mon, 12 Dec 2011 13:54:36 +0000 (+0000) Subject: UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace X-Git-Tag: v3.3-rc1~56^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=267aed9dfeb2225960043f89db1f58d8ab522797;p=pandora-kernel.git UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace elf_read_implies_exec() is a kernel-only feature as the second parameter is a constant that isn't exported to userspace. Not only that, but the arch-specific overrides are not exported either. So hide the macro from userspace. Similarly, struct file should not be predeclared in userspace. Signed-off-by: David Howells --- Reading git-diff-tree failed