]> icculus.org git repositories - icculus/xz.git/commit
xz: Avoid SA_RESTART for portability reasons.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 11 Oct 2010 18:26:19 +0000 (21:26 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 11 Oct 2010 18:26:19 +0000 (21:26 +0300)
commitac462b1c47c451f5c62e428306314c4bdad8ae7f
treebf09e60c23a0ada2d365ebb8e1fa141b25ed4321
parentd52b411716a614c202e89ba732492efb9916cd3f
xz: Avoid SA_RESTART for portability reasons.

SA_RESTART is not as portable as I had hoped. It's missing
at least from OpenVMS, QNX, and DJGPP). Luckily we can do
fine without SA_RESTART.
src/xz/message.c
src/xz/message.h
src/xz/signals.c