From c16d956c0dd3d69748f7208e09bb69a6df8c6483 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 2 Sep 2022 14:44:52 +0200 Subject: kernel/proc: introduce child ids for telling children apart --- src/shared/include/camellia/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/include/camellia/syscalls.h b/src/shared/include/camellia/syscalls.h index 634583b..2450fff 100644 --- a/src/shared/include/camellia/syscalls.h +++ b/src/shared/include/camellia/syscalls.h @@ -47,7 +47,7 @@ long _syscall_await(void); * @param flags FORK_NOREAP, FORK_NEWFS * @param fs_front requires FORK_NEWFS. the front handle to the new fs is put there * - * @return 0 in the child, a meaningless positive value in the parent. + * @return 0 in the child, the CID in the parent. */ long _syscall_fork(int flags, handle_t __user *fs_front); -- cgit v1.2.3