[toolchain] uClibc: fix uClibc implementation of eventfd
authorFlorian Fainelli <florian@openwrt.org>
Wed, 19 Sep 2012 15:13:48 +0000 (15:13 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 19 Sep 2012 15:13:48 +0000 (15:13 +0000)
commitb60d9f9e69b208bb3c231955bb018ede95d9175d
tree3171aeb146f405529827cef2731a3e8cc9eb63d6
parentceec937395d32facc83f9957fabed6b7fd8db558
[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>
SVN-Revision: 33478
toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch [new file with mode: 0644]