From f02082048ff3bd67840fabcafa01cb0c96f23de4 Mon Sep 17 00:00:00 2001 From: mtheall Date: Mon, 8 Dec 2014 16:19:07 -0600 Subject: [PATCH] Update poll.h --- libctru/include/poll.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/include/poll.h b/libctru/include/poll.h index 67c7ae3..8b34a7a 100644 --- a/libctru/include/poll.h +++ b/libctru/include/poll.h @@ -4,9 +4,9 @@ #define POLLIN 0x01 #define POLLPRI 0x02 +#define POLLHUP 0x04 // unknown ??? +#define POLLERR 0x08 // probably #define POLLOUT 0x10 -#define POLLERR 0x00 // unknown ??? -#define POLLHUP 0x00 // unknown ??? #define POLLNVAL 0x20 typedef u32 nfds_t;