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