[toolchain] uClibc: fix uClibc implementation of eventfd
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Sep 2012 15:13:48 +0000 (15:13 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Sep 2012 15:13:48 +0000 (15:13 +0000)
commit71bf514a80d7dfe63e484e9cea8ff0f6e024ba18
tree3171aeb146f405529827cef2731a3e8cc9eb63d6
parentc19f75663aba125ee239bdc37a457f7c6100c44d
[toolchain] uClibc: fix uClibc implementation of eventfd

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 releases.

Signed-off-by: Andy Leiserson <andy@leiserson.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33478 3c298f89-4303-0410-b956-a3cf2f4a3e73
toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch [new file with mode: 0644]