blob: 22f4b6c06f33447d89e3ef6244a915c88e989760 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __wasilibc_poll_h
#define __wasilibc_poll_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc poll implementations.
*/
#include <__header_poll.h>
#endif
|