File manifest.json of Package xcoral
{
"package": "xcoral",
"repairs": [
{
"file": "extracted/xcoral-3.50.2/xcoral.c",
"reason": "Fix conflicting prototypes and wrong init_smac call for modern GCC and aarch64",
"changes": [
"Use ANSI function prototypes for signal handlers (int arg)",
"Declare exit, getenv, getcwd with correct prototypes",
"Call init_smac with 1 arg unless RUNTIMECHECK is defined"
]
}
]
}