Guido Trentalancia via Gcrypt-devel <gcrypt-devel@gnupg.org> writes: > --- a/src/global.c 2024-04-26 14:08:12.000000000 +0200 > +++ b/src/global.c 2025-05-25 16:03:24.718598884 +0200 > @@ -33,6 +33,7 @@ > #ifdef HAVE_SYSLOG > # include <syslog.h> > #endif /*HAVE_SYSLOG*/ > +#include <sys/prctl.h>
This would cause a compilation error on many platforms since sys/prctl.h is Linux-specific. Collin
signature.asc
Description: PGP signature
_______________________________________________ Gcrypt-devel mailing list Gcrypt-devel@gnupg.org https://lists.gnupg.org/mailman/listinfo/gcrypt-devel