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/fcntl/openat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/fcntl/openat.c') diff --git a/lib/libc/fcntl/openat.c b/lib/libc/fcntl/openat.c index d99693dc..e178e226 100644 --- a/lib/libc/fcntl/openat.c +++ b/lib/libc/fcntl/openat.c @@ -1,6 +1,5 @@ - #include // for O_CREAT, openat #include // for va_arg, va_end, va_list, va_start #include // for mode_t -- cgit v1.2.3