Commit 7c7f7257 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

config: use the same name in all palces for the PTRACE_PEEKSIGINFO feature

Reported-by: Mr Jenkins
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent cbf3a14f
......@@ -14,7 +14,7 @@ ifeq ($(call pkg-config-check,libselinux),y)
DEFINES += -DCONFIG_HAS_SELINUX
endif
FEATURES_LIST := TCP_REPAIR PRLIMIT STRLCPY STRLCAT PEEKSIGINFO_ARGS \
FEATURES_LIST := TCP_REPAIR PRLIMIT STRLCPY STRLCAT PTRACE_PEEKSIGINFO \
SETPROCTITLE_INIT MEMFD
# $1 - config name
......
......@@ -31,7 +31,7 @@
#define PTRACE_PEEKSIGINFO_SHARED (1 << 0)
#endif
#ifndef CONFIG_HAS_PEEKSIGINFO_ARGS
#ifndef CONFIG_HAS_PTRACE_PEEKSIGINFO
struct ptrace_peeksiginfo_args {
__u64 off; /* from which siginfo to start */
__u32 flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment