[NFC][compiler-rt][fuchsia] Add InitShadowBounds declaration to header

Forgot to include this as a part of
a11aea68a4.
This commit is contained in:
Leonard Chan 2021-07-08 13:19:17 -07:00
parent d458f37932
commit a7992b43a5
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ struct MemoryMappingLayoutData {
size_t current; // Current index into the vector.
};
void InitShadowBounds();
} // namespace __sanitizer
#endif // SANITIZER_FUCHSIA