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/time/nanosleep.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/time/nanosleep.c') diff --git a/lib/libc/time/nanosleep.c b/lib/libc/time/nanosleep.c index f5c5f7c9..2d433248 100644 --- a/lib/libc/time/nanosleep.c +++ b/lib/libc/time/nanosleep.c @@ -1,5 +1,7 @@ -#include -#include + + +#include // for __syscall_2, syscall +#include // for nanosleep int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) { -- cgit v1.2.3