diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-23 19:56:35 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-23 19:56:35 +0000 |
commit | f34d7d37ad42a48df877cea6fccf99b256de4fcc (patch) | |
tree | 44924c11f3d58c214dbc847754a9743ff449e4ce /test/testmmap.c | |
parent | 99b694cefe53abefdce2ca5f3e4212f31d3ce8c8 (diff) | |
download | libapr-f34d7d37ad42a48df877cea6fccf99b256de4fcc.tar.gz |
Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.
Clean up gcc warnings on the closeapr() atexit function.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testmmap.c')
-rw-r--r-- | test/testmmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmmap.c b/test/testmmap.c index 0845be47a..f89c3cd22 100644 --- a/test/testmmap.c +++ b/test/testmmap.c @@ -69,7 +69,7 @@ */ #define PATH_LEN 255 -void closeapr(void) +static void closeapr(void) { apr_terminate(); } |