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/stat/fchmodat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/stat/fchmodat.c') diff --git a/lib/libc/stat/fchmodat.c b/lib/libc/stat/fchmodat.c index 7bf834b1..ae5e882f 100644 --- a/lib/libc/stat/fchmodat.c +++ b/lib/libc/stat/fchmodat.c @@ -1,6 +1,5 @@ - #include // for fchmodat #include // for mode_t #include // for __syscall_4, syscall -- cgit v1.2.3