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/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/fcntl/fcntl.c') diff --git a/lib/libc/fcntl/fcntl.c b/lib/libc/fcntl/fcntl.c index b3ca012f..ca1f682d 100644 --- a/lib/libc/fcntl/fcntl.c +++ b/lib/libc/fcntl/fcntl.c @@ -1,4 +1,4 @@ -#include "errno.h" // for EINVAL +#include "errno.h" // for EINVAL #include // for F_DUPFD_CLOEXEC, FD_CLOEXEC, F_SETFD, F_D... #include // for va_arg, va_end, va_list, va_start -- cgit v1.2.3