зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
1b9a0fb184
Коммит
61da184ec9
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче