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/select/pselect.c | 1 - lib/libc/select/select.c | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/libc/select') diff --git a/lib/libc/select/pselect.c b/lib/libc/select/pselect.c index 0f434533..7ac84ad5 100644 --- a/lib/libc/select/pselect.c +++ b/lib/libc/select/pselect.c @@ -1,6 +1,5 @@ - #include // for uintptr_t #include // for fd_set, pselect, sigset_t #include // for __syscall_6, syscall, syscall_arg_t diff --git a/lib/libc/select/select.c b/lib/libc/select/select.c index 786724a8..9a0480c9 100644 --- a/lib/libc/select/select.c +++ b/lib/libc/select/select.c @@ -1,7 +1,6 @@ #define __BITS_SELECT_H_ #include "bits/select.h" // for fd_set, timeval (ptr only) - #include // for select #include // for __syscall_6, syscall, syscall_arg_t -- cgit v1.2.3