From 8226194ba6f341333a731e4524e5b6bc3099c758 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 7 Jul 2009 14:27:28 +0000 Subject: [PATCH] first trial to add mod_watchdog functions to export list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791845 13f79535-47bb-0310-9956-ffa450edef68 --- build/make_nw_export.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 526d46a4f0..4c3e6195ea 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -38,8 +38,8 @@ function add_symbol (sym_name) { } } -/^[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ { - sub("[ \t]*AP([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "") +/^[ \t]*AP([RU]|_CORE|_WD)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ { + sub("[ \t]*AP([RU]|_CORE|_WD)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "") sub("[(].*", "") sub("([^ ]* (^([ \t]*[(])))+", "") -- 2.50.1