mirror of git://git.musl-libc.org/musl
fix typo introduced in poll.h
This commit is contained in:
parent
141138c41b
commit
743546a933
|
@ -5,7 +5,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#incluce <features.h>
|
||||
#include <features.h>
|
||||
|
||||
#define POLLIN 0x001
|
||||
#define POLLPRI 0x002
|
||||
|
|
Loading…
Reference in New Issue