1 Star 0 Fork 6

shirely/ORBit2

forked from src-openEuler/ORBit2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ORBit2-make-j-safety.patch 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:11 . Package init
--- ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-backend.c.test 2010-02-09 07:05:35.000000000 -0500
+++ ORBit2-2.14.19/src/idl-compiler/orbit-idl-c-backend.c 2012-04-17 16:17:50.797480456 -0400
@@ -133,8 +133,8 @@
}
if (pass == OUTPUT_DEPS) {
- if (!g_file_test (".deps", G_FILE_TEST_IS_DIR)) {
- if (g_mkdir (".deps", 0775) < 0) {
+ if (g_mkdir (".deps", 0775) < 0) {
+ if (errno != EEXIST) {
g_warning ("failed to create '.deps' directory '%s'",
g_strerror (errno));
return NULL;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shirely16/ORBit2.git
[email protected]:shirely16/ORBit2.git
shirely16
ORBit2
ORBit2
master

搜索帮助