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