buildrootschalter/package/uclibc
James Hogan d712a018dd uclibc: add patch to fix arch specific eventfd defs
Add uClibc 0.9.33.2 patch to fix arch specific eventfd definitions,
particularly EFD_NONBLOCK. The definition in sys/eventfd.h was 04000
(0x800), however MIPS uses 0200 (0x80). This resulted in QEMU built for
MIPS hanging at various points until input is received due to a blocking
poll of stdin.

The patch is a backport of uClibc commit fd355bc1dbcb (eventfd.h: Use
new "bits/" scheme for arch-specific flags). The only conflict was minor
in Makefile.in.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-06-09 11:26:23 +02:00
..
7bf35c8b7d4a1f97174eb49f47f33946b282114c uclibc: fix build without LARGEFILE for xtensa 2014-06-03 09:17:29 +02:00
0.9.31.1
0.9.32.1
0.9.33.2 uclibc: add patch to fix arch specific eventfd defs 2014-06-09 11:26:23 +02:00
Config.in
uClibc-0.9.31.config
uClibc-0.9.32.config
uClibc-0.9.33.config
uClibc-snapshot.config
uclibc.mk