diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2000-03-28 22:59:05 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2000-03-28 22:59:05 +0000 |
commit | a0db1468f6ffc39a6a43869ae28e9524062d9f8c (patch) | |
tree | 2a5ef441659e4361c32beba9da9c75ee5fd86639 /libapr.def | |
parent | ba6dde974fa3859de9d9b2b98dbfe6fc194e8ea4 (diff) | |
download | libapr-a0db1468f6ffc39a6a43869ae28e9524062d9f8c.tar.gz |
Tweaked APR initialization and termination so that the lifetime
of memory management mutexes is longer than the lifetime of
managed memory. APR apps must now call ap_terminate().
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.def')
-rw-r--r-- | libapr.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libapr.def b/libapr.def index 1f51e7323..7a723b440 100644 --- a/libapr.def +++ b/libapr.def @@ -236,4 +236,5 @@ EXPORTS ap_set_remote_port @215 ap_open_stderr @216 ap_set_pipe_timeout @217 + ap_terminate @218 |