1 Star 0 Fork 7

yoo/sphinx

forked from src-openEuler/sphinx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sphinx-2.0.3-fix_static.patch 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
通行百万 提交于 2020-03-06 16:00 . Package init
--- sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c~ 2011-11-13 06:40:26.000000000 -0600
+++ sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c 2012-02-14 13:45:50.444826859 -0600
@@ -290,7 +290,7 @@
}
-void sock_close ( int sock );
+static sock_close ( int sock );
#define safe_free(_ptr) \
--- sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c~ 2012-02-14 13:50:33.000000000 -0600
+++ sphinx-2.0.3-release/api/libsphinxclient/sphinxclient.c 2012-02-14 13:54:50.527389085 -0600
@@ -1253,7 +1253,7 @@
}
-void sock_close ( int sock )
+static sock_close ( int sock )
{
if ( sock<0 )
return;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mdLUbG/sphinx.git
git@gitee.com:mdLUbG/sphinx.git
mdLUbG
sphinx
sphinx
master

搜索帮助