ports/www/mongrel2/files/patch-src_mem_align.h
Veniamin Gvozdikov 20b3a6ffa8 - Fix conflict with max_align_t
PR:		ports/213657
Submitted by:	jhb
2016-10-31 10:26:27 +00:00

11 lines
218 B
C

--- src/mem/align.h.orig 2016-10-31 10:10:23 UTC
+++ src/mem/align.h
@@ -30,7 +30,7 @@ union max_align
void (*q)(void);
};
-typedef union max_align max_align_t;
+typedef union max_align h_max_align_t;
#endif