Closed
Description
folly/folly/portability/Unistd.h
Line 23 in faedbb4
The missing macro definition results in a build failure on alpine (3.19) with the following error:
folly/system/MemoryMapping.h:102:5: error: 'off64_t' does not name a type; did you mean 'off_t'?
102 | off64_t pageSize = 0;
| ^~~~~~~
| off_t
Defining that macro fixes the issue. Though I do not have a generic solution as a proposal.
Metadata
Metadata
Assignees
Labels
No labels