Closed arrowd closed 9 months ago
Hi,
I modified a bit this patch and saw Sponsored by: Serenity Cybersecurity, LLC
comment in commit message, this is not something that I can apply. Please use the standard sign-off-by statement.
Let's just remove the "Sponsored by" tag, then.
please sign-off so we have no future issues, trivial issues I accept without.
Thank you, merged with some minor changes.
According to pthread_cond_wait manpage, the mutex has to be locked by the same thread that is going to call pthread_cond_wait afterwards. This was not true before this change and was causing test-slotevent to busy-loop on FreeBSD.