summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 20:33:29 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-18 20:33:29 +0000
commite9b4f100c36794185128277ef954df1b3b80eb71 (patch)
tree35456ab6d51484a4f5857b606128d2aa257ae048 /lib
parent81374a1a5d44b758f83d766b334756834c537585 (diff)
downloadlibapr-e9b4f100c36794185128277ef954df1b3b80eb71.tar.gz
Two more changes for AIX. One defines the __attributes__ directive for non-gcc
compilers and remove a warning on picky compilers. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rw-r--r--lib/apr_pools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/apr_pools.c b/lib/apr_pools.c
index 08a8fabc8..afe3b8d49 100644
--- a/lib/apr_pools.c
+++ b/lib/apr_pools.c
@@ -1214,7 +1214,6 @@ API_EXPORT(int) ap_pcloseh(ap_pool_t *a, HANDLE hDevice)
* since fclose() would flush I/O buffers, which is extremely undesirable;
* we just close the descriptor.
*/
-/*
static void file_cleanup(void *fpv)
{
fclose((FILE *) fpv);