diff options
-rw-r--r-- | static/md/srvre/kernel/wiki/syscalls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/md/srvre/kernel/wiki/syscalls.md b/static/md/srvre/kernel/wiki/syscalls.md index 5fd4fc2..5c26b66 100644 --- a/static/md/srvre/kernel/wiki/syscalls.md +++ b/static/md/srvre/kernel/wiki/syscalls.md @@ -216,7 +216,7 @@ and support holding sub-resources. * `path_c` is a null-terminated POSIX path * `provideFn` is the callback to invoke when any "provide\*" syscall provides a direct sub-resource of this resource * `findFn` is the callback to invoke to get a sub-resource by name if it exists -* `removeFn` is the callback to invoke when the [remove](#remove) syscall removes a direct sub-resource of this resource +* `removeFn` is the callback to invoke when the [remove](#remove-100008) syscall removes a direct sub-resource of this resource remove (#100008) ---------------- |