Skip to content

Commit 5f54027

Browse files
author
Julien Pauli
committed
Renamed struct member
<resolv.h> has a #define for _res which makes compilation fail if included before php_output.h
1 parent ce89fd9 commit 5f54027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_output.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ typedef struct _php_output_buffer {
9595
size_t size;
9696
size_t used;
9797
uint free:1;
98-
uint _res:31;
98+
uint _reserved:31;
9999
} php_output_buffer;
100100

101101
typedef struct _php_output_context {

0 commit comments

Comments
 (0)