diff options
Diffstat (limited to 'include/apos/uapi.h')
| -rw-r--r-- | include/apos/uapi.h | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ -374,22 +374,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. * * Frees the memory region pointed to. |
