From a288258785bac3c2000227532f4a17210813c506 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 16 Nov 2023 15:24:45 +0100 Subject: Kernel: Change how syscalls are built and implemented. --- kernel/scalls/stat.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 kernel/scalls/stat.h (limited to 'kernel/scalls/stat.h') diff --git a/kernel/scalls/stat.h b/kernel/scalls/stat.h deleted file mode 100644 index 24c5d7c..0000000 --- a/kernel/scalls/stat.h +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -typedef struct SYS_STAT_PARAMS { - const char *pathname; - struct stat *statbuf; -} __attribute__((packed)) SYS_STAT_PARAMS; - -int syscall_stat(SYS_STAT_PARAMS *args); -- cgit v1.2.3