diff options
author | Andrew Kaster <akaster@serenityos.org> | 2023-01-07 11:14:17 -0700 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2023-01-21 10:43:59 -0700 |
commit | ddea37b52113b4cdbb20a7063d2e062bc7ee83c3 (patch) | |
tree | b628d1a985f6188e02c2acb1f3bb4226109c33a3 /Kernel/Storage | |
parent | 046c23f567a17758d762a33bdf04bacbfd088f9f (diff) | |
download | serenity-ddea37b52113b4cdbb20a7063d2e062bc7ee83c3.zip |
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Reduce inclusion of limits.h as much as possible at the same time.
This does mean that kmalloc.h is now including Kernel/API/POSIX/limits.h
instead of LibC/limits.h, but the scope could be limited a lot more.
Basically every file in the kernel includes kmalloc.h, and needs the
limits.h include for PAGE_SIZE.
Diffstat (limited to 'Kernel/Storage')
0 files changed, 0 insertions, 0 deletions