mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
a6a95e3f51
errno is a global variable/macro which is implementation defined, and should not be reused. This fixes some [-Wstrict-prototypes] warnings.