summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: refresh uClibc patchesFlorian Fainelli2013-09-111-6/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37939
* uClibc: fix uClibc implementation of eventfdFlorian Fainelli2012-09-191-0/+59
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