LibC: Add sys/polls.h as wrapper for poll.h

some ports require this
This commit is contained in:
Bananymous 2025-10-02 16:02:07 +03:00
parent 2ac3976924
commit c89780178f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef _SYS_POLL_H
#define _SYS_POLL_H 1
#include <poll.h>
#endif