diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-09-11 12:08:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-09-11 12:08:37 +0000 |
commit | 73dcf0dc2e7767a048d8f780038fd6b13fcae16f (patch) | |
tree | 92060fdffb523952d4fd5c791dac50015ed384c5 /toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch | |
parent | cb6e729be7e19855faa3f01e595f04721ee2f1ba (diff) | |
download | upstream-73dcf0dc2e7767a048d8f780038fd6b13fcae16f.tar.gz upstream-73dcf0dc2e7767a048d8f780038fd6b13fcae16f.tar.bz2 upstream-73dcf0dc2e7767a048d8f780038fd6b13fcae16f.zip |
toolchain: refresh uClibc patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37939
Diffstat (limited to 'toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch b/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch index 778129e09b..374052c5b5 100644 --- a/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch +++ b/toolchain/uClibc/patches-0.9.33.2/500-eventfd.patch @@ -11,8 +11,6 @@ Thanks Eugene Rudoy for reporting it and also providing the patch Signed-off-by: Khem Raj <raj.khem@gmail.com> --- -diff --git a/libc/sysdeps/linux/common/eventfd.c b/libc/sysdeps/linux/common/eventfd.c -index cc3f3f0..96597ab 100644 --- a/libc/sysdeps/linux/common/eventfd.c +++ b/libc/sysdeps/linux/common/eventfd.c @@ -7,12 +7,24 @@ @@ -42,8 +40,6 @@ index cc3f3f0..96597ab 100644 +#endif +} #endif -diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c -index 4d1e26c..7af14c1 100644 --- a/libc/sysdeps/linux/common/stubs.c +++ b/libc/sysdeps/linux/common/stubs.c @@ -93,7 +93,7 @@ make_stub(epoll_ctl) @@ -55,5 +51,3 @@ index 4d1e26c..7af14c1 100644 make_stub(eventfd) #endif --- -cgit v0.9.0.1-2-gef13 |