diff options
Diffstat (limited to 'common/uapi/proc.c')
| -rw-r--r-- | common/uapi/proc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/uapi/proc.c b/common/uapi/proc.c index 3ce3bcb..43e825d 100644 --- a/common/uapi/proc.c +++ b/common/uapi/proc.c @@ -1,3 +1,8 @@ +/** + * @file proc.c + * Process/thread handling syscall implementations. + */ + #include <apos/uapi.h> SYSCALL_DEFINE0(create)() |
