From 10ae2e6ebc7e9776b9f124c9fc530c79f5e84460 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 2 Dec 2022 21:12:11 +0200 Subject: initial shared memory working --- include/apos/uapi.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/apos/uapi.h') diff --git a/include/apos/uapi.h b/include/apos/uapi.h index 7bd00bb..dda4391 100644 --- a/include/apos/uapi.h +++ b/include/apos/uapi.h @@ -373,22 +373,6 @@ SYSCALL_DECLARE3(req_fixmem, start, size, flags); */ SYSCALL_DECLARE4(req_sharedmem, tid, size, sflags, cflags); -/** - * Reference shared memory syscall. - * - * \see sys_req_sharedmem(). - * - * @param t Current tcb. - * @param tid Thread ID of owner of shared memory. - * @param va Start address of shared memory. - * @param flags Flags to use for reference. - * @param d Unused. - * @param e Unused. - * - * Returns \ref OK and start of shared memory. - */ -SYSCALL_DECLARE3(ref_sharedmem, tid, va, flags); - /** * Free memory syscall. * -- cgit v1.3