aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-06 19:26:09 +0100
committerMichael Mann <mmann78@netscape.net>2016-01-06 21:41:38 +0000
commit3239d02bc9335cefd56c99166ead6de7b8f67c29 (patch)
treeec40b7204036f66c44a045cbee932017e450d47e /tools
parentac1f9b359563ce8859eaf4b0cc716bbfb98584c1 (diff)
checkAPIs: Add "system" to possible shadow variable (on OS X)
See I651e76c6d53b0 Change-Id: I8082f22da0d16655104ad8699f08abdaf916a941 Reviewed-on: https://code.wireshark.org/review/13078 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 06db2b496b..1fff105c12 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -1382,6 +1382,7 @@ my @ShadowVariable = (
'index',
'time',
'strlen',
+ 'system'
);
sub checkShadowVariable($$$)