mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 778058 - Don't #define _malloc_message to malloc_message in jemalloc: FreeBSD's jemalloc-3.0.0 exports malloc_message (with different arguments) in stdlib.h. r=jlebar
This commit is contained in:
parent
feeaf458db
commit
04ef44e648
@ -1533,8 +1533,6 @@ wrtmessage(const char *p1, const char *p2, const char *p3, const char *p4)
|
||||
_write(STDERR_FILENO, p4, (unsigned int) strlen(p4));
|
||||
}
|
||||
|
||||
#define _malloc_message malloc_message
|
||||
|
||||
void (*_malloc_message)(const char *p1, const char *p2, const char *p3,
|
||||
const char *p4) = wrtmessage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user