1 Star 0 Fork 26

吴超超/gperftools

forked from src-openEuler/gperftools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
benchmark-use-angle-brackets-to-include-ucontext.h.patch 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 10:51 . Package init
From 3af509d4f91aa1fae3f8caeb17b158f20e9b5e59 Mon Sep 17 00:00:00 2001
From: Gabriel Marin <gmx@chromium.org>
Date: Tue, 17 Jul 2018 18:28:01 -0700
Subject: [PATCH 13/39] benchmark: use angle brackets to include ucontext.h
Using quotes for a system header file fails a presubmit check in Chromium.
---
benchmark/unwind_bench.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmark/unwind_bench.cc b/benchmark/unwind_bench.cc
index f919fc0..9c4e2f8 100644
--- a/benchmark/unwind_bench.cc
+++ b/benchmark/unwind_bench.cc
@@ -7,7 +7,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include "sys/ucontext.h"
+#include <sys/ucontext.h>
#if HAVE_LIBUNWIND_H
#include <libunwind.h>
#endif
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wcc_140409/gperftools.git
git@gitee.com:wcc_140409/gperftools.git
wcc_140409
gperftools
gperftools
master

搜索帮助