summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch b/meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch
index e204a5063e..9fdb3c9ab3 100644
--- a/meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch
+++ b/meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch
@@ -12,11 +12,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 src/libsystemd-bus/test-bus-memfd.c | 2 ++ 12 src/libsystemd-bus/test-bus-memfd.c | 2 ++
13 1 file changed, 2 insertions(+) 13 1 file changed, 2 insertions(+)
14 14
15diff --git a/src/libsystemd-bus/test-bus-memfd.c b/src/libsystemd-bus/test-bus-memfd.c 15Index: systemd-209/src/libsystemd/sd-bus/test-bus-memfd.c
16index 05ef555..45e5e44 100644 16===================================================================
17--- a/src/libsystemd-bus/test-bus-memfd.c 17--- systemd-209.orig/src/libsystemd/sd-bus/test-bus-memfd.c 2014-02-19 15:03:09.983254602 -0800
18+++ b/src/libsystemd-bus/test-bus-memfd.c 18+++ systemd-209/src/libsystemd/sd-bus/test-bus-memfd.c 2014-02-19 23:42:10.636652864 -0800
19@@ -145,6 +145,7 @@ int main(int argc, char *argv[]) { 19@@ -151,6 +151,7 @@
20 /* check content */ 20 /* check content */
21 assert_se(memcmp(buf, "ll", 2) == 0); 21 assert_se(memcmp(buf, "ll", 2) == 0);
22 22
@@ -24,7 +24,7 @@ index 05ef555..45e5e44 100644
24 /* writev it out*/ 24 /* writev it out*/
25 iov[0].iov_base = (char *)"ABC"; 25 iov[0].iov_base = (char *)"ABC";
26 iov[0].iov_len = 3; 26 iov[0].iov_len = 3;
27@@ -167,6 +168,7 @@ int main(int argc, char *argv[]) { 27@@ -173,6 +174,7 @@
28 assert_se(memcmp(bufv[0], "ABC", 3) == 0); 28 assert_se(memcmp(bufv[0], "ABC", 3) == 0);
29 assert_se(memcmp(bufv[1], "DEF", 3) == 0); 29 assert_se(memcmp(bufv[1], "DEF", 3) == 0);
30 assert_se(memcmp(bufv[2], "GHI", 3) == 0); 30 assert_se(memcmp(bufv[2], "GHI", 3) == 0);
@@ -32,6 +32,3 @@ index 05ef555..45e5e44 100644
32 32
33 sd_memfd_free(m); 33 sd_memfd_free(m);
34 34
35--
361.8.3.4
37