summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2021-05-05 16:20:40 +0000
committerPeter Zhu <peter@peterzhu.ca>2021-05-05 15:31:30 -0400
commit23a98237df28ad01d17b163eb650dfbd321b13ba (patch)
tree5fb24b61788114b3a83bece3d1561f9555dc7b0d /include/ruby/ruby.h
parent192150051144c0242ee44df26952dfe31b83cac2 (diff)
Fix PAGE_SIZE macro detection in autoconf
The current fix for PAGE_SIZE macro detection in autoconf does not work correctly. I see the following output with running configure on Linux: ``` checking PAGE_SIZE is defined... no ``` Linux has PAGE_SIZE macro. This is happening because the macro exists in sys/user.h and not in the malloc headers.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4461
Diffstat (limited to 'include/ruby/ruby.h')
0 files changed, 0 insertions, 0 deletions