LibC: Add sys/polls.h as wrapper for poll.h
some ports require this
This commit is contained in:
parent
2ac3976924
commit
c89780178f
|
@ -0,0 +1,6 @@
|
||||||
|
#ifndef _SYS_POLL_H
|
||||||
|
#define _SYS_POLL_H 1
|
||||||
|
|
||||||
|
#include <poll.h>
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue