From 6da53cf0118bbcd1c4a2fbf33b0cfccaa2d75d70 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Wed, 29 Nov 2000 10:27:53 +0000 Subject: [PATCH] add the new apr_lock_file and apr_unlock_file functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87125 13f79535-47bb-0310-9956-ffa450edef68 --- support/httpd.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/httpd.exp b/support/httpd.exp index c24676900a..834b75f049 100644 --- a/support/httpd.exp +++ b/support/httpd.exp @@ -453,6 +453,7 @@ apr_kill apr_kill_cleanup apr_listen apr_lock +apr_lock_file apr_lstat apr_make_array apr_make_dir @@ -545,6 +546,7 @@ apr_thread_join apr_tokenize_to_argv apr_ungetc apr_unlock +apr_unlock_file apr_unregister_other_child apr_validate_password apr_vformatter -- 2.50.1