diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 18:10:13 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 19:28:34 +0100 |
| commit | 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch) | |
| tree | 94809812b71ee286eb5b74c70e4d08fc4c8dc057 /lib/libc/select/select.c | |
| parent | ec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff) | |
libc: implement err/warn functions
Diffstat (limited to 'lib/libc/select/select.c')
| -rw-r--r-- | lib/libc/select/select.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sys/select.h> // for select #include <syscall.h> // for __syscall_6, syscall, syscall_arg_t |
