On Tue, Jul 25, 2023 at 6:18 AM Frank Lichtenheld
wrote:
> On Sat, Jan 28, 2023 at 04:59:01PM -0500, selva.n...@gmail.com wrote:
> > From: Selva Nair
> >
> > - "if (sig == X) signal_reset(sig)" now becomes
> > "signal_reset(sig, X)" so that the check and assignment
> > can be done in one pla
On Sat, Jan 28, 2023 at 04:59:01PM -0500, selva.n...@gmail.com wrote:
> From: Selva Nair
>
> - "if (sig == X) signal_reset(sig)" now becomes
> "signal_reset(sig, X)" so that the check and assignment
> can be done in one place where signals are masked.
> This is required to avoid change of s
Acked-by: Gert Doering
Obviously correct (and used only in this place, the definition comes
out of autoconf and has no typos :) ). Interesting that this wasn't
spotted earlier, seems nobody buildt with "libcapng with non-default
include path" yet.
Not tested whatsoever, just stared at configure
Reported-by: Matt Whitlock
Change-Id: Ic473fbc447741e54a9aac83c70bc4e6d87d91080
Signed-off-by: Antonio Quartulli
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5ab1d0df..2f65cbd5 100644
--- a/configure.ac
+++ b/configure.ac