From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- lib/libc/poll/poll.c | 1 - lib/libc/poll/ppoll.c | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/libc/poll') diff --git a/lib/libc/poll/poll.c b/lib/libc/poll/poll.c index 4601b9b3..60c79a16 100644 --- a/lib/libc/poll/poll.c +++ b/lib/libc/poll/poll.c @@ -1,6 +1,5 @@ - #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 da23d412..902ae5c5 100644 --- a/lib/libc/poll/ppoll.c +++ b/lib/libc/poll/ppoll.c @@ -1,6 +1,5 @@ - #include // for nfds_t, pollfd, ppoll #include // for sigset_t #include // for __syscall_5, syscall -- cgit v1.2.3