diff options
Diffstat (limited to 'kernel/scalls/ftruncate.h')
-rw-r--r-- | kernel/scalls/ftruncate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/scalls/ftruncate.h b/kernel/scalls/ftruncate.h deleted file mode 100644 index 9213e85..0000000 --- a/kernel/scalls/ftruncate.h +++ /dev/null @@ -1,2 +0,0 @@ -#include <stddef.h> -int syscall_ftruncate(int fd, size_t length); |