mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 20:12:12 +00:00
10 lines
358 B
Diff
10 lines
358 B
Diff
--- pkgconfig/glib-1.2.8/null 2006-05-22 05:44:12.000000000 -0600
|
|
+++ pkgconfig/glib-1.2.8/glibconfig-sysdefs.h 2006-06-29 11:18:04.000000000 -0600
|
|
@@ -0,0 +1,6 @@
|
|
+#define GLIB_SYSDEF_POLLIN =1
|
|
+#define GLIB_SYSDEF_POLLOUT =4
|
|
+#define GLIB_SYSDEF_POLLPRI =2
|
|
+#define GLIB_SYSDEF_POLLERR =8
|
|
+#define GLIB_SYSDEF_POLLHUP =16
|
|
+#define GLIB_SYSDEF_POLLNVAL =32
|