]> Kevux Git Server - fll/commit
Update: The f_process syscalls should return F_implement_not if not available.
authorKevin Day <Kevin@kevux.org>
Thu, 18 Dec 2025 02:18:46 +0000 (20:18 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 18 Dec 2025 02:18:46 +0000 (20:18 -0600)
commitd8e2ba81b16f85580f1d45da924f04bd35a2d4f5
treeb17ab2a11fb2816ccaa8f342aff49e7417e9e26c
parent7d1ecd4b4c9c3b45ef59e6eed3a10dbe7bc519ac
Update: The f_process syscalls should return F_implement_not if not available.

The `f_process` is very new.
The syscalls might not be available.

Ensure that this doesn't break older software stacks by returning `F_implement_not` when the associated syscall is not available.
level_0/f_process/c/process.c
level_0/f_process/c/process.h