This is necessary to avoid incorrectly failing probes due to expected compiler errors.
Include <stdlib.h> for the exit function, and <string.h> for the strdup function.
Use fake prototypes to avoid implicit function declarations in the xine_* function probes.
There's an issue with
clock_gettimeas well, I think?Need
#include <time.h>.Last edit: Sam James 2023-12-19
Good catch, but that's already not working with any compiler because
CLOCK_REALTIMEis undefined. We are focusing mostly on regressions, especially with the current instrumentation that suppresses error logging in case of unrelated errors.