gzip: port to AIX 7.1 + xlc V12.1
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2016 22:45:42 +0000 (15:45 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 15 Mar 2016 23:39:33 +0000 (16:39 -0700)
commit30cc4148677e088e8e135936f3c494249c2bf514
tree9657abc3fd34b441afe45d8f16f3486b97371dec
parent989eb402f02966e9a4b909958607863c87fa1959
gzip: port to AIX 7.1 + xlc V12.1

* inflate.c, unlzw.c, util.c: Include tailor.h after including any
system include file that might in turn include signal.h for the
first time, so that SIGPIPE is not #defined to 0 prematurely,
which clashes with signal.h's SIGPIPE.
inflate.c
unlzw.c
util.c