Re: [PATCH 4/5] tools headers: Synchronize prctl.h ABI header

From: André Almeida
Date: Fri May 16 2025 - 16:53:02 EST


Em 16/05/2025 13:03, Sebastian Andrzej Siewior escreveu:
The prctl.h ABI header was slightly updated during the development of
the interface. In particular the "immutable" parameter became a bit in
the option argument.

Synchronize prctl.h ABI header again and make use of the definition in
the testsuite.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>

After fixing the s/immutable/flags and FH_FLAG_IMMUTABLE issues:

Reviewed-by: André Almeida <andrealmeid@xxxxxxxxxx>