forked from OSchip/llvm-project
[NFC][compiler-rt][fuchsia] Add InitShadowBounds declaration to header
Forgot to include this as a part of
a11aea68a4
.
This commit is contained in:
parent
d458f37932
commit
a7992b43a5
|
@ -30,6 +30,8 @@ struct MemoryMappingLayoutData {
|
|||
size_t current; // Current index into the vector.
|
||||
};
|
||||
|
||||
void InitShadowBounds();
|
||||
|
||||
} // namespace __sanitizer
|
||||
|
||||
#endif // SANITIZER_FUCHSIA
|
||||
|
|
Loading…
Reference in New Issue