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

Reported-by: Mr Jenkins
Signed-off-by: Andrey Vagin <avagin@openvz.org>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Andrey Vagin 2016-02-24 01:20:00 +03:00 committed by Pavel Emelyanov
parent cbf3a14ff2
commit 7c7f725753
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;