| Summary: | Musl issues: Fix none/tests/pth_atfork1.c | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Stefan Maksimovic <stefan.maksimovic> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mips32r2, pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.15 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | proposed solution | ||
Did anyone have a chance to take a look at this in the meantime? This was fixed a while back commit 702b1fe56f6dd61d0003457728702248f46c6dcc Author: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> Date: Thu Apr 23 16:22:31 2020 +0000 Musl issues: Fix none/tests/pth_atfork1.c There is no error.h on some systems. |
Created attachment 125731 [details] proposed solution There is no error.h on some systems (e.g. musl), so use local implementation of error() function as a safe option.