]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.
authorYann Ylavic <ylavic@apache.org>
Fri, 15 Jul 2022 11:49:30 +0000 (11:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 15 Jul 2022 11:49:30 +0000 (11:49 +0000)
commitc89c1bf3949be5aed13d58e10261c402693cbb0c
tree8bf76d211c4204986b85b3dfcd9d624873dac078
parent97afea48fd328304d74fc174c742518175063ab7
util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.

gcc seems to want "static __thread"  instead of "__thread static"..

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902733 13f79535-47bb-0310-9956-ffa450edef68
server/util.c
server/util_pcre.c