X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches-0.9.33.2%2F500-eventfd.patch;h=374052c5b595c6f157fab95e6121841a0e429654;hp=778129e09b21efae20bdbea336ba7ef72c3b66d7;hb=a7e2b63152abf14e74c0a565b067dfcc68af15ad;hpb=118e6cf2676691f81deaa1ff07d23bba34ac6080 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 --- -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