summaryrefslogtreecommitdiff
path: root/src/libc/include
diff options
context:
space:
mode:
authordzwdz2023-09-25 00:16:12 +0200
committerdzwdz2023-09-25 00:16:12 +0200
commit681470cf98a6e512627e67620b39c090b9e98aba (patch)
treef2d9215d57cd1787df7e37baa9cfba00a7ed912b /src/libc/include
parent2c78dc983d09e136dd016ae6ecee6b191e033de1 (diff)
kernel: remove _sys_filicide (made redundant by _sys_intr)
Diffstat (limited to 'src/libc/include')
-rw-r--r--src/libc/include/camellia/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libc/include/camellia/compat.h b/src/libc/include/camellia/compat.h
index 8b2efa1..3b0ba4a 100644
--- a/src/libc/include/camellia/compat.h
+++ b/src/libc/include/camellia/compat.h
@@ -6,3 +6,4 @@ long c0_fs_wait(char *buf, long len, struct ufs_request *res);
long c0_fs_respond(void *buf, long ret, int flags);
long _sys_await(void);
+void _sys_filicide(void);