diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 1999-08-18 20:33:29 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 1999-08-18 20:33:29 +0000 |
commit | e9b4f100c36794185128277ef954df1b3b80eb71 (patch) | |
tree | 35456ab6d51484a4f5857b606128d2aa257ae048 /memory | |
parent | 81374a1a5d44b758f83d766b334756834c537585 (diff) | |
download | libapr-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 'memory')
-rw-r--r-- | memory/unix/apr_pools.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c index 08a8fabc8..afe3b8d49 100644 --- a/memory/unix/apr_pools.c +++ b/memory/unix/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); |