Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
ohos-3.0.21
ohos_vlc
/
contrib
/
src
/
regex
下载当前目录
M
Martin Storsjö
contrib: regex: Apply a patch to add missing function declarations
7a321fcf
创建于
2022年5月6日
历史提交
文件
最后提交记录
最后更新时间
SHA512SUMS
Contribs: update sha512 for regex
13 年前
decls.patch
contrib: regex: Apply a patch to add missing function declarations This code seems to be a stale copy of a regex library from glibc, thus not sending the patch further upstream. In some configurations, this library seems to choose not to include standard C headers but declare the functions manually (without a proper prototype though!). In this case, it already declared malloc and realloc, but didn't declare abort and free in the same way. Just add declarations of these functions in the same way - while the most correct path forward would be to actually make it use the proper system headers. (cherry picked from commit 0e836b4eb2b05c8e130b73dcce8c53ac8397466f)
3 年前
no-docs.patch
contrib: regex: don't build tests or doc
12 年前
rules.mak
contrib: regex: Apply a patch to add missing function declarations This code seems to be a stale copy of a regex library from glibc, thus not sending the patch further upstream. In some configurations, this library seems to choose not to include standard C headers but declare the functions manually (without a proper prototype though!). In this case, it already declared malloc and realloc, but didn't declare abort and free in the same way. Just add declarations of these functions in the same way - while the most correct path forward would be to actually make it use the proper system headers. (cherry picked from commit 0e836b4eb2b05c8e130b73dcce8c53ac8397466f)
3 年前