diff options
author | Greg Stein <gstein@apache.org> | 2000-11-29 11:27:53 +0100 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-11-29 11:27:53 +0100 |
commit | 19cc3c124a3e7efc737f19891925a6b988acc4fd (patch) | |
tree | c3250b43aead007fcfc2c917f6eb4b9091980694 /support/httpd.exp | |
parent | reorder the libs for proper inter-lib dependencies (diff) | |
download | apache2-19cc3c124a3e7efc737f19891925a6b988acc4fd.tar.xz apache2-19cc3c124a3e7efc737f19891925a6b988acc4fd.zip |
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
Diffstat (limited to '')
-rw-r--r-- | support/httpd.exp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |