summaryrefslogtreecommitdiff
path: root/threadproc/netware
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-06-17 19:33:59 +0000
committerYann Ylavic <ylavic@apache.org>2022-06-17 19:33:59 +0000
commit0e8de3c2c0c0879060ae71c687f90036521e3527 (patch)
tree49c783a9088976ad48b61886a10e4b3eedfe4ec9 /threadproc/netware
parentddb3245a688245c0125b4e308156c830afe54bca (diff)
downloadapr-0e8de3c2c0c0879060ae71c687f90036521e3527.tar.gz
apr_thread: Follow up to r1897207 and r1897471: s/AP_HAS_/APR_HAS_/g
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/netware')
-rw-r--r--threadproc/netware/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/netware/proc.c b/threadproc/netware/proc.c
index 1a6de7b7b..06baea3ad 100644
--- a/threadproc/netware/proc.c
+++ b/threadproc/netware/proc.c
@@ -226,7 +226,7 @@ APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *pool)
return errno;
}
else if (pid == 0) {
-#if AP_HAS_THREAD_LOCAL
+#if APR_HAS_THREAD_LOCAL
apr_thread_current_after_fork();
#endif
proc->pid = pid;