From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/statvfs/statvfs.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/statvfs/statvfs.c') diff --git a/lib/libc/statvfs/statvfs.c b/lib/libc/statvfs/statvfs.c index 3a7c1f3e..93ab5afb 100644 --- a/lib/libc/statvfs/statvfs.c +++ b/lib/libc/statvfs/statvfs.c @@ -1,6 +1,8 @@ -#include <__statvfs.h> -#include -#include +#include "asm/unistd_64.h" // for __NR_statfs + +#include <__statvfs.h> // for __statvfs +#include // for statfs +#include // for __syscall_2, syscall int statvfs(const char *restrict path, struct __statvfs *restrict buf) { -- cgit v1.2.3