From: Dmitry V. Levin Date: Thu, 11 Dec 2014 20:44:10 +0000 (+0000) Subject: Always compile sys_prctl parser X-Git-Tag: v4.10~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8224758b339b23f7b4388d84b68dd032045af5e6;p=strace Always compile sys_prctl parser Since sys_prctl is referenced by syscallent files unconditionally, conditional compilation of sys_prctl depending on prctl availability is pointless. * prctl.c (unalignctl_string, sys_prctl): Compile unconditionally. --- diff --git a/prctl.c b/prctl.c index 71f26c04..234d11d1 100644 --- a/prctl.c +++ b/prctl.c @@ -1,6 +1,5 @@ #include "defs.h" -#ifdef HAVE_PRCTL #include #include "xlat/prctl_options.h" @@ -111,7 +110,6 @@ sys_prctl(struct tcb *tcp) } return 0; } -#endif /* HAVE_PRCTL */ #if defined X86_64 || defined X32 # include