diff options
Diffstat (limited to 'recipes/glib-2.0/files/glibconfig-sysdefs.h')
-rw-r--r-- | recipes/glib-2.0/files/glibconfig-sysdefs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/glib-2.0/files/glibconfig-sysdefs.h b/recipes/glib-2.0/files/glibconfig-sysdefs.h new file mode 100644 index 0000000000..1329e7f21c --- /dev/null +++ b/recipes/glib-2.0/files/glibconfig-sysdefs.h @@ -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 |