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