summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2014-07-24 10:19:39 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2014-07-24 10:19:39 +0000
commit81ea37e8dc47095a1da9d833b4989be9516c4405 (patch)
treebde1e332f723b37f6231e2c8d42b25be1156a35e /build
parentad148387be0bca6cf992aad79377aad3e02989b2 (diff)
downloadlibapr-81ea37e8dc47095a1da9d833b4989be9516c4405.tar.gz
Fixed NetWare export list.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1613058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/make_nw_export.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk
index b3e948344..16f93492e 100644
--- a/build/make_nw_export.awk
+++ b/build/make_nw_export.awk
@@ -29,6 +29,8 @@ function add_symbol(sym_name) {
# List of functions that we don't support, yet??
#/apr_##name##_set_inherit/{next}
#/apr_##name##_unset_inherit/{next}
+#/apr_##name##_perms_set/{next}
+/apr_socket_perms_set/{next}
/^[ \t]*AP[RUI]?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
sub("[ \t]*AP[RUI]?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")