From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/poll/poll.c | 3 ++- lib/libc/poll/ppoll.c | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libc/poll') diff --git a/lib/libc/poll/poll.c b/lib/libc/poll/poll.c index 24d91db6..4601b9b3 100644 --- a/lib/libc/poll/poll.c +++ b/lib/libc/poll/poll.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_poll + + #include // for nfds_t, poll, pollfd #include // for __syscall_3, syscall diff --git a/lib/libc/poll/ppoll.c b/lib/libc/poll/ppoll.c index 923784da..da23d412 100644 --- a/lib/libc/poll/ppoll.c +++ b/lib/libc/poll/ppoll.c @@ -1,8 +1,10 @@ -#include "asm/unistd_64.h" // for __NR_ppoll + + #include // for nfds_t, pollfd, ppoll #include // for sigset_t #include // for __syscall_5, syscall +#include struct timespec; -- cgit v1.2.3