mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
from 0.23 changes: - remove sysrootfix patch, it's now in upstream - use external popt instead of the included one Signed-off-by: Qing He <qing.he@intel.com>
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
|