summaryrefslogtreecommitdiff
path: root/backport-httpd-2.4.59-gettid.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-03 01:15:18 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-03 01:15:19 +0000
commit484d8e785859b8e3c4cb1c21b5e55b03cbe6b0bb (patch)
treeb038d7c28d763db51a040fb60ba6f2a19626921b /backport-httpd-2.4.59-gettid.patch
parentedf4f9a1c21918301ebf00f421c1e6242177548a (diff)
automatic import of httpd
Diffstat (limited to 'backport-httpd-2.4.59-gettid.patch')
-rw-r--r--backport-httpd-2.4.59-gettid.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/backport-httpd-2.4.59-gettid.patch b/backport-httpd-2.4.59-gettid.patch
deleted file mode 100644
index 4857e37..0000000
--- a/backport-httpd-2.4.59-gettid.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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