]> git.kaiwu.me - nginx.git/commit
o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
authorMaxim Konovalov <maxim@nginx.com>
Mon, 21 Nov 2011 11:51:41 +0000 (11:51 +0000)
committerMaxim Konovalov <maxim@nginx.com>
Mon, 21 Nov 2011 11:51:41 +0000 (11:51 +0000)
commitd4a2f14262c967d8be2f46815ec4a04cca9ba55b
treed396b3601e614d25404b4034d52d00670081bd20
parentdf56c2e23921d0541b2b13d9088d98433ba47d08
o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
in the sys_nerr test.

o When sys_nerr and _sys_nerr are missed on a particular platform
and our euristic for a maximum errno detection applied always
print the maximum errno number we reached instead of printing void.[*]

* patch from Maxim Dounin

This commit makes possible to build nginx on AIX 7.1.
auto/unix