diff options
author | Liav A <liavalb@gmail.com> | 2021-08-08 21:23:27 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-12 20:57:32 +0200 |
commit | bf1adc2d5d383c0421f19ccb36a0358ff2ee0ce5 (patch) | |
tree | 6f20ee88e352aca58753175a7536947c005693be /Userland/CMakeLists.txt | |
parent | 04c2addaa89ac63d6830baae70afdcbca0c4cd21 (diff) | |
download | serenity-bf1adc2d5d383c0421f19ccb36a0358ff2ee0ce5.zip |
Kernel+LibC: Use 64 bit values for ino_t
Since the InodeIndex encapsulates a 64 bit value, it is correct to
ensure that the Kernel is exposing the entire value and the LibC is
aware of it.
This commit requires an entire re-compile because it's essentially a
change in the Kernel ABI, together with a corresponding change in LibC.
Diffstat (limited to 'Userland/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions