diff options
Diffstat (limited to 'lib/libc/poll')
| -rw-r--r-- | lib/libc/poll/poll.c | 1 | ||||
| -rw-r--r-- | lib/libc/poll/ppoll.c | 1 |
2 files changed, 0 insertions, 2 deletions
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 <poll.h> // for nfds_t, poll, pollfd #include <syscall.h> // 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 <poll.h> // for nfds_t, pollfd, ppoll #include <signal.h> // for sigset_t #include <syscall.h> // for __syscall_5, syscall |
