diff options
Diffstat (limited to 'kernel/scalls/stat.h')
-rw-r--r-- | kernel/scalls/stat.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 <types.h> -#include <time.h> - -typedef struct SYS_STAT_PARAMS { - const char *pathname; - struct stat *statbuf; -} __attribute__((packed)) SYS_STAT_PARAMS; - -int syscall_stat(SYS_STAT_PARAMS *args); |