mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
switch to APR 1.0 API (which is still in flux)
because of the changes to the argument lists of apr_mmap_dup and apr_socket_create, 2.1-dev won't build with apr and apr-util's 0.9 branch anymore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -79,7 +79,7 @@ extern "C" {
|
||||
* @param tm the exploded time
|
||||
* @param t the time to explode: MUST be within the last
|
||||
* AP_TIME_RECENT_THRESHOLD seconds
|
||||
* @note This is a faster alternative to apr_explode_localtime that uses
|
||||
* @note This is a faster alternative to apr_time_exp_lt that uses
|
||||
* a cache of pre-exploded time structures. It is useful for things
|
||||
* that need to explode the current time multiple times per second,
|
||||
* like loggers.
|
||||
|
Reference in New Issue
Block a user