]> Chaos Git - corbenik/ctrulib.git/commitdiff
Update poll.h
authormtheall <pigman46@gmail.com>
Mon, 8 Dec 2014 22:19:07 +0000 (16:19 -0600)
committermtheall <pigman46@gmail.com>
Mon, 8 Dec 2014 22:19:07 +0000 (16:19 -0600)
libctru/include/poll.h

index 67c7ae34550364b3702ff8b52637a0297db94fee..8b34a7a868310d72df2ead14275ed3f2c9304e72 100644 (file)
@@ -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;