compilerplugins: don't warn about __lxstat64
Change-Id: I71e21d6aff55caa1bc3e8e25f0b4c60386120d00
This commit is contained in:
@@ -132,6 +132,7 @@ bool ReservedId::VisitNamedDecl(NamedDecl const * decl) {
|
||||
&& s != "__PK11_GetKeyData"
|
||||
// xmlsecurity/source/xmlsec/nss/nssrenam.h
|
||||
&& s != "__data_start" // sal/osl/unx/system.cxx
|
||||
&& s != "__lxstat64" // setup_native/scripts/source/getuid.c
|
||||
&& s != "__lxstat") // setup_native/scripts/source/getuid.c
|
||||
{
|
||||
report(
|
||||
|
Reference in New Issue
Block a user