From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/poll.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/poll.h') diff --git a/include/poll.h b/include/poll.h index 948666ba..12f666a1 100644 --- a/include/poll.h +++ b/include/poll.h @@ -26,7 +26,6 @@ struct pollfd { }; int poll(struct pollfd[], nfds_t, int); -int ppoll(struct pollfd[], nfds_t, const struct timespec *restrict, - const sigset_t *restrict); +int ppoll(struct pollfd[], nfds_t, const struct timespec *restrict, const sigset_t *restrict); #endif -- cgit v1.2.3