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