]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: perf callchain: Include errno.h on x86 unconditinally
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 22 May 2017 04:36:16 +0000 (23:36 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:44:57 +0000 (07:44 -0600)
commitb1925d9979b15a514d20a1ec0494c1d5bf5f8553
tree3bde051c40169f2e7dcfb2746ae13fa77dc15ac3
parent5b2af9d40aaef525e0bff95fd4cf3d5001dc8f6c
UBUNTU: SAUCE: perf callchain: Include errno.h on x86 unconditinally

errno.h is included only if REMOTE_UNWIND_LIBUNWIND is not
defined, leading to a build error because EINVAL is undeclared.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
tools/perf/arch/x86/util/unwind-libunwind.c