summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/access.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-09-06 22:56:27 +0200
committerAndreas Kling <kling@serenityos.org>2021-09-07 01:18:02 +0200
commitb141bfe53ba43fde10ca182ed11f3dcf275414c5 (patch)
treeabd31569b21b298d3786f98d1b34d0fb30aa373e /Kernel/Syscalls/access.cpp
parent4b4e1d1c900cb9fcb2e856dff0f42542e0c3568d (diff)
downloadserenity-b141bfe53ba43fde10ca182ed11f3dcf275414c5.zip
Kernel: Reorganize ELF loading so it can use TRY()
Due to the use of ELF::Image::for_each_program_header(), we were previously unable to use TRY() in the ELF loading code (since the return statement inside TRY() would only return from the iteration callback.)
Diffstat (limited to 'Kernel/Syscalls/access.cpp')
0 files changed, 0 insertions, 0 deletions