From c877c77406d3e31de02f5740a8cacbac9d92ea77 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 6 Apr 2024 14:19:18 +0000 Subject: automatic import of httpd --- backport-httpd-2.4.59-gettid.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 backport-httpd-2.4.59-gettid.patch (limited to 'backport-httpd-2.4.59-gettid.patch') diff --git a/backport-httpd-2.4.59-gettid.patch b/backport-httpd-2.4.59-gettid.patch new file mode 100644 index 0000000..4857e37 --- /dev/null +++ b/backport-httpd-2.4.59-gettid.patch @@ -0,0 +1,14 @@ + +Upstream-Status: not pushed upstream + +--- httpd-2.4.54/server/log.c.gettid ++++ httpd-2.4.54/server/log.c +@@ -968,7 +972,7 @@ + #if APR_HAS_THREADS + field_start = len; + len += cpystrn(buf + len, ":tid ", buflen - len); +- item_len = log_tid(info, NULL, buf + len, buflen - len); ++ item_len = log_tid(info, "g", buf + len, buflen - len); + if (!item_len) + len = field_start; + else -- cgit v1.2.3