packages/libs/glib/patches/002-glibconfig-sysdefs.h.patch

10 lines
251 B
Diff
Raw Normal View History

--- /dev/null
+++ b/glibconfig-sysdefs.h
@@ -0,0 +1,6 @@
+#define GLIB_SYSDEF_POLLIN =1
+#define GLIB_SYSDEF_POLLPRI =2
+#define GLIB_SYSDEF_POLLOUT =4
+#define GLIB_SYSDEF_POLLERR =8
+#define GLIB_SYSDEF_POLLHUP =16
+#define GLIB_SYSDEF_POLLNVAL =32