mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Mark jemalloc.h as system header to resolve header conflicts.
This commit is contained in:
parent
72cfdce718
commit
7a9e4c9073
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ objroot=$1
|
|||
cat <<EOF
|
||||
#ifndef JEMALLOC_H_
|
||||
#define JEMALLOC_H_
|
||||
#pragma GCC system_header
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue