summaryrefslogtreecommitdiff
path: root/include/ruby/internal/core
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-11 23:29:41 +0900
committerNobuyoshi Nakada <[email protected]>2025-06-13 19:35:52 +0900
commitc7f5ae981a36405f4161c7ee7fe8cd0186c8d89f (patch)
tree6cbb4f9be3cdcd4900adb00257309682df1bb04c /include/ruby/internal/core
parent071aa02a4ad989916feaf74cd14633ac0e7d0728 (diff)
The device numbers in `struct statx` may be larger than `dev_t`
`dev_t` is already 64-bit in glibc, but on some platforms like Alpine Linux and Android NDK, `makedev` is defined as more than 32-bit ( promoting to `unsigned long long` then left-shifting by 32bit), while `dev_t` is still 32-bit.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13607
Diffstat (limited to 'include/ruby/internal/core')
0 files changed, 0 insertions, 0 deletions