/* * Copyright (c) 2024, Andrew Kaster * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace Core::Platform { ErrorOr update_process_statistics(ProcessStatistics&) { return {}; } }