summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch')
-rw-r--r--meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch b/meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch
index 71ddc1234b..70696b8d3c 100644
--- a/meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch
+++ b/meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch
@@ -1,7 +1,7 @@
1From efb0fca7db742f4195e1771d8ba4c7fba4938819 Mon Sep 17 00:00:00 2001 1From e6e6e5011611fa22186508a3ff8ed4215a529f1f Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 27 Jan 2018 10:05:07 -0800 3Date: Sat, 27 Jan 2018 10:05:07 -0800
4Subject: [PATCH] reset dl_load_write_lock after forking 4Subject: [PATCH 26/30] reset dl_load_write_lock after forking
5 5
6The patch in this Bugzilla entry was requested by a customer: 6The patch in this Bugzilla entry was requested by a customer:
7 7
@@ -20,7 +20,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 1 file changed, 2 insertions(+), 2 deletions(-) 20 1 file changed, 2 insertions(+), 2 deletions(-)
21 21
22diff --git a/sysdeps/nptl/fork.c b/sysdeps/nptl/fork.c 22diff --git a/sysdeps/nptl/fork.c b/sysdeps/nptl/fork.c
23index ec56a827eb..0f48933ff1 100644 23index bd68f18b45..5c9bb44372 100644
24--- a/sysdeps/nptl/fork.c 24--- a/sysdeps/nptl/fork.c
25+++ b/sysdeps/nptl/fork.c 25+++ b/sysdeps/nptl/fork.c
26@@ -130,9 +130,9 @@ __libc_fork (void) 26@@ -130,9 +130,9 @@ __libc_fork (void)
@@ -35,3 +35,6 @@ index ec56a827eb..0f48933ff1 100644
35 /* Run the handlers registered for the child. */ 35 /* Run the handlers registered for the child. */
36 __run_fork_handlers (atfork_run_child); 36 __run_fork_handlers (atfork_run_child);
37 } 37 }
38--
392.20.1
40