Re: [OpenWrt-Devel] [PATCH 01/16] fix uClibc implementation of eventfd

2012-09-19 Thread Florian Fainelli
On Monday 13 August 2012 22:33:31 Andy Leiserson wrote: uClibc declares eventfd() as taking two arguments but doesn't properly pass the second argument to the kernel. The problem is discussed at: http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html This patch is taken from uclibc

[OpenWrt-Devel] [PATCH 01/16] fix uClibc implementation of eventfd

2012-08-13 Thread Andy Leiserson
uClibc declares eventfd() as taking two arguments but doesn't properly pass the second argument to the kernel. The problem is discussed at: http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html This patch is taken from uclibc 0.9.33 git, so will presumably be integrated in any future