aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-04-02 16:03:25 +0000
committerBrian Havard <bjh@apache.org>2001-04-02 16:03:25 +0000
commitff5cbfac57f907d275738ec1560d56584b6ff051 (patch)
treeffcc303e3ff001ddfa74399d1b6a865768c9eada
parent7716feb59673b813d069f98c14226847570c68fb (diff)
downloadapr-ff5cbfac57f907d275738ec1560d56584b6ff051.tar.gz
apr-ff5cbfac57f907d275738ec1560d56584b6ff051.zip
OS/2: Use unix implementation of filepath stuff for now.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61425 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--file_io/os2/Makefile.in3
-rw-r--r--file_io/os2/filepath.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/file_io/os2/Makefile.in b/file_io/os2/Makefile.in
index 4926262f6..9cee45cba 100644
--- a/file_io/os2/Makefile.in
+++ b/file_io/os2/Makefile.in
@@ -10,7 +10,8 @@ TARGETS = \
seek.lo \
flock.lo \
maperrorcode.lo \
- fullrw.lo
+ fullrw.lo \
+ filepath.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
diff --git a/file_io/os2/filepath.c b/file_io/os2/filepath.c
new file mode 100644
index 000000000..fc460e05e
--- /dev/null
+++ b/file_io/os2/filepath.c
@@ -0,0 +1 @@
+#include "../unix/filepath.c"