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/devctl/posix_devctl.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc/devctl') diff --git a/lib/libc/devctl/posix_devctl.c b/lib/libc/devctl/posix_devctl.c index 1b9db522..7403ec53 100644 --- a/lib/libc/devctl/posix_devctl.c +++ b/lib/libc/devctl/posix_devctl.c @@ -1,9 +1,8 @@ - -#include // for posix_devctl, size_t -#include // for errno -#include // for __unused +#include // for posix_devctl, size_t +#include // for errno +#include // for __unused #include #include // for __syscall_3, syscall -- cgit v1.2.3