summaryrefslogtreecommitdiff
path: root/libapr.def
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-03-28 22:59:05 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-03-28 22:59:05 +0000
commita0db1468f6ffc39a6a43869ae28e9524062d9f8c (patch)
tree2a5ef441659e4361c32beba9da9c75ee5fd86639 /libapr.def
parentba6dde974fa3859de9d9b2b98dbfe6fc194e8ea4 (diff)
downloadlibapr-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.def1
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