diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-14 15:19:08 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-14 15:19:08 +0300 |
| commit | 0bd3518117ad29ffc91c7967068abc9948cc4885 (patch) | |
| tree | 5560d514e9880c582462da06048e83e21fc4c258 /common/uapi | |
| parent | 54df2c4c0a61c03cba268e45e0fd85bf2a7e564b (diff) | |
| download | kmi-0bd3518117ad29ffc91c7967068abc9948cc4885.tar.gz kmi-0bd3518117ad29ffc91c7967068abc9948cc4885.zip | |
remove references to cow
+ Skip cow for now, maybe implement later but try to keep things simple.
Diffstat (limited to 'common/uapi')
| -rw-r--r-- | common/uapi/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/uapi/proc.c b/common/uapi/proc.c index a48b7eb..c8078db 100644 --- a/common/uapi/proc.c +++ b/common/uapi/proc.c @@ -85,6 +85,7 @@ SYSCALL_DEFINE2(exec)(sys_arg_t bin, sys_arg_t interp){ /** * Kill syscall handler. * + * @param tid Thread to kill. * \todo Implement. * * @return No? |
