mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
Renamed struct member
<resolv.h> has a #define for _res which makes compilation fail if included before php_output.h
This commit is contained in:
parent
ce89fd9758
commit
5f54027d04
@ -95,7 +95,7 @@ typedef struct _php_output_buffer {
|
||||
size_t size;
|
||||
size_t used;
|
||||
uint free:1;
|
||||
uint _res:31;
|
||||
uint _reserved:31;
|
||||
} php_output_buffer;
|
||||
|
||||
typedef struct _php_output_context {
|
||||
|
Loading…
Reference in New Issue
Block a user