diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch b/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch index 5437de26e8..a3362ea247 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch | |||
| @@ -55,6 +55,8 @@ want to move the warning elsewhere in the future. For now, pass a bool | |||
| 55 | if we need to warn or not. | 55 | if we need to warn or not. |
| 56 | 56 | ||
| 57 | Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> | 57 | Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> |
| 58 | |||
| 59 | Upstream-Status: Submitted [https://patchwork.lttng.org/patch/2314703] | ||
| 58 | --- | 60 | --- |
| 59 | src/bin/lttng-consumerd/health-consumerd.c | 10 ++- | 61 | src/bin/lttng-consumerd/health-consumerd.c | 10 ++- |
| 60 | src/bin/lttng-relayd/health-relayd.c | 20 ++++-- | 62 | src/bin/lttng-relayd/health-relayd.c | 20 ++++-- |
