Skip to content
Snippets Groups Projects
Commit 0e836b4e authored by Martin Storsjö's avatar Martin Storsjö
Browse files

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.
parent 68efd7e5
No related branches found
No related tags found
Loading
Pipeline #215828 passed with stage
in 40 minutes and 57 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment