Mark jemalloc.h as system header to resolve header conflicts.

This commit is contained in:
guangli-dai 2023-10-02 22:48:22 -07:00 committed by Qi Wang
parent 72cfdce718
commit 7a9e4c9073

View File

@ -5,6 +5,7 @@ objroot=$1
cat <<EOF
#ifndef JEMALLOC_H_
#define JEMALLOC_H_
#pragma GCC system_header
#ifdef __cplusplus
extern "C" {
#endif