masaori335 opened a new pull request, #9393:
URL: https://github.com/apache/trafficserver/pull/9393
If `HAVE_SYSCONF` is false (it's pretty rare), we fall into this compile
error.
```
../../../include/tscore/ink_memory.h:122:36: error: expected ';' after
expression
page_size = (size_t)getpagesize()
^
;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]