mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4122 311d38ba-8fff-0310-9ca6-ca027cbcb966
7 lines
188 B
C
7 lines
188 B
C
#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
|