summaryrefslogtreecommitdiff
path: root/include/arch/netware/apr_arch_file_io.h
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2007-05-15 02:37:16 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2007-05-15 02:37:16 +0000
commit50bc3e54f84db6edcc8bf4c055800f5156568b7b (patch)
treecd20102944725de86da69237e3f4c02c3dcc16a4 /include/arch/netware/apr_arch_file_io.h
parent3eb65cd761008dedd4b52991a65f20589112c7ac (diff)
downloadlibapr-50bc3e54f84db6edcc8bf4c055800f5156568b7b.tar.gz
Discard file buffers when running cleanups for exec.
PR 41119. Original patches by Davi Arnaut. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@538045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/netware/apr_arch_file_io.h')
-rw-r--r--include/arch/netware/apr_arch_file_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/netware/apr_arch_file_io.h b/include/arch/netware/apr_arch_file_io.h
index 3437bdaad..3d123f8e6 100644
--- a/include/arch/netware/apr_arch_file_io.h
+++ b/include/arch/netware/apr_arch_file_io.h
@@ -149,6 +149,7 @@ apr_status_t filepath_has_drive(const char *rootpath, int only, apr_pool_t *p);
apr_status_t filepath_compare_drive(const char *path1, const char *path2, apr_pool_t *p);
apr_status_t apr_unix_file_cleanup(void *);
+apr_status_t apr_unix_child_file_cleanup(void *);
#endif /* ! FILE_IO_H */