PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
noted.c
Go to the documentation of this file.
1#include <sys/proc.h>
2
4
5void noted(void)
6{
8}
void noted(void)
System call that notifies the kernel that the current note has been handled.
Definition noted.c:5
static _NORETURN uint64_t _syscall_noted(void)
Definition syscalls.h:263