From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- lib/libc/statvfs/fstatvfs.c | 1 - lib/libc/statvfs/statvfs.c | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/libc/statvfs') diff --git a/lib/libc/statvfs/fstatvfs.c b/lib/libc/statvfs/fstatvfs.c index e228de83..bf630015 100644 --- a/lib/libc/statvfs/fstatvfs.c +++ b/lib/libc/statvfs/fstatvfs.c @@ -1,6 +1,5 @@ - #include <__statvfs.h> // for __statvfs #include // for statfs #include // for __syscall_2, syscall diff --git a/lib/libc/statvfs/statvfs.c b/lib/libc/statvfs/statvfs.c index 8316b169..c350b02d 100644 --- a/lib/libc/statvfs/statvfs.c +++ b/lib/libc/statvfs/statvfs.c @@ -1,6 +1,5 @@ - #include <__statvfs.h> // for __statvfs #include // for statfs #include // for __syscall_2, syscall -- cgit v1.2.3