From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/poll/ppoll.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/libc/poll/ppoll.c') diff --git a/lib/libc/poll/ppoll.c b/lib/libc/poll/ppoll.c index a5ab9d5e..923784da 100644 --- a/lib/libc/poll/ppoll.c +++ b/lib/libc/poll/ppoll.c @@ -1,5 +1,10 @@ -#include -#include +#include "asm/unistd_64.h" // for __NR_ppoll + +#include // for nfds_t, pollfd, ppoll +#include // for sigset_t +#include // for __syscall_5, syscall + +struct timespec; int ppoll(struct pollfd fds[], nfds_t nfds, const struct timespec *restrict timeout, -- cgit v1.2.3