summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-11-26 19:39:10 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2001-11-26 19:39:10 +0000
commit0008742e25f6b253f5363ddc00c2f7496260eedc (patch)
treecd884e401d8872073e1857dc0cc36599edc855ea /build
parent16158b65a6b00e1687be985efe62a57c1220cecb (diff)
downloadlibapr-0008742e25f6b253f5363ddc00c2f7496260eedc.tar.gz
Fixing up the exclusion list for NetWare
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/make_nw_export.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk
index 620dec056..2653ef038 100644
--- a/build/make_nw_export.awk
+++ b/build/make_nw_export.awk
@@ -12,6 +12,7 @@
/apr_md5_set_xlate/{next}
/apr_mmap_create/{next}
/apr_mmap_delete/{next}
+/apr_mmap_dup/{next}
/apr_mmap_offset/{next}
/apr_os_thread_get/{next}
/apr_os_thread_put/{next}