aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey P <andrewponomarenko@yandex.ru>2021-09-13 22:19:24 +0300
committerGitHub <noreply@github.com>2021-09-13 22:19:24 +0300
commit7c175c45a8ba9ac41b8e47d8ebbab557b623b18e (patch)
tree41d322dc6fdd6a379614bb112214df5c6a9938ec
parent8caa4417e5ccbd1cbf6add727842e205d6568cb4 (diff)
parent0659b3b0a23e3535f41c6fd8dee5255ad8e29f7e (diff)
downloadabi-compliance-checker-upstream-master.tar.gz
Merge pull request #112 from kierdavis/statxupstream-master
Add statx to list of ignored functions
-rw-r--r--modules/Internals/TUDump.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/Internals/TUDump.pm b/modules/Internals/TUDump.pm
index 1bc72f3..4eb7d35 100644
--- a/modules/Internals/TUDump.pm
+++ b/modules/Internals/TUDump.pm
@@ -45,6 +45,7 @@ my %C_Structure = map {$_=>1} (
"stat64",
"_stat64",
"_stati64",
+ "statx",
"if_nameindex",
"usb_device",
"sigaltstack",