summaryrefslogtreecommitdiff
path: root/file_io/os2/filestat.c
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-09-03 18:26:58 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-09-03 18:26:58 +0000
commit3cc802223b673849d1ce4aafa9a85dd4a3cd56d6 (patch)
tree0ae35cfdcc0d1659349cd1af0623433a6eaf4d1b /file_io/os2/filestat.c
parent32e95e304d6b4dddb74fe00cfab2463d0dab0f30 (diff)
downloadlibapr-3cc802223b673849d1ce4aafa9a85dd4a3cd56d6.tar.gz
remove these interfaces:
apr_compare_groups apr_compare_users apr_current_userid apr_explode_localtime apr_explode_time apr_filename_of_pathname apr_get_groupid apr_get_groupname apr_get_home_directory apr_get_userid apr_get_username apr_group_name_get apr_implode_gmt apr_lstat FNM_NOMATCH FNM_NOESCAPE FNM_PATHNAME FNM_PERIOD FNM_CASE_BLIND change the function args to this interface: apr_mmap_dup this function's args changed in a previous commit, so mention that in CHANGES apr_socket_create git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/filestat.c')
-rw-r--r--file_io/os2/filestat.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/file_io/os2/filestat.c b/file_io/os2/filestat.c
index f1c77ce36..5da100f83 100644
--- a/file_io/os2/filestat.c
+++ b/file_io/os2/filestat.c
@@ -205,14 +205,6 @@ APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, const char *fname,
-APR_DECLARE(apr_status_t) apr_lstat(apr_finfo_t *finfo, const char *fname,
- apr_int32_t wanted, apr_pool_t *cont)
-{
- return apr_stat(finfo, fname, wanted, cont);
-}
-
-
-
APR_DECLARE(apr_status_t) apr_file_attrs_set(const char *fname,
apr_fileattrs_t attributes,
apr_fileattrs_t attr_mask,