-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/03/2009 07:08 AM, Jakub Hrozek wrote: > The attached patch addresses ticket #84. > > The implementation is unfortunately Linux-specific as it uses the > prctl(2) syscall. Ideas how to accomplish this in a cross-platform > manner are welcome. > > Jakub
Nack. Why are you creating a new configure test for prctl? Just change AC_CHECK_FUNCS(sigprocmask sigblock sigaction getpgrp) to AC_CHECK_FUNCS(sigprocmask sigblock sigaction getpgrp prctl) The effect is identical. (It produces HAVE_PRCTL in config.h) - ------------------------------------------------------------------------ _______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel - -- Stephen Gallagher RHCE 804006346421761 Looking to carve out IT costs? www.redhat.com/carveoutcosts/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkp5jIgACgkQeiVVYja6o6PK+wCfadFuewMcWcdZWyXhdQ20gyvC X0QAoKQSZ+2OJ2lXsI57vLJn61iRSphs =WKik -----END PGP SIGNATURE----- _______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
