https://bugs.kde.org/show_bug.cgi?id=511978
Bug ID: 511978
Summary: getdents_filter.c:18:5: error: unknown type name
'off64_t'; did you mean 'off_t'?
Classification: Developer tools
Product: valgrind
Version First 3.26 GIT
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When build with musl, the build fails as below.
getdents_filter.c:18:5: error: unknown type name 'off64_t'; did you mean
'off_t'?
18 | off64_t d_off;
| ^~~~~~~
| off_t
make[5]: *** [Makefile:920: getdents_filter.o] Error 1
--
You are receiving this mail because:
You are watching all bug changes.