mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
..and allow implicit creation of KResult and KResultOr from ErrnoCode. This means that kernel functions that return those types can finally do "return EINVAL;" and it will just work. There's a handful of functions that still deal with signed integers that should be converted to return KResults.
2.9 KiB
2.9 KiB