mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Delete deprecated ::sandbox2::Sandbox2::WaitForTsan
and its remaining call sites.
PiperOrigin-RevId: 426195145 Change-Id: Ia7c8116a0fb08e2f425d9b89406b446edcf7850a
This commit is contained in:
parent
943c74827b
commit
b7cb7132a2
|
@ -50,9 +50,6 @@ int GetNumberOfThreads(int pid);
|
||||||
// under a sanitizer.
|
// under a sanitizer.
|
||||||
void WaitForSanitizer();
|
void WaitForSanitizer();
|
||||||
|
|
||||||
ABSL_DEPRECATED("Use `sandbox2::sanitizer::WaitForSanitizer()`.")
|
|
||||||
inline void WaitForTsan() { WaitForSanitizer(); }
|
|
||||||
|
|
||||||
// Sanitizes current process (which will not execve a sandboxed binary).
|
// Sanitizes current process (which will not execve a sandboxed binary).
|
||||||
// File-descriptors in fd_exceptions will be either closed
|
// File-descriptors in fd_exceptions will be either closed
|
||||||
// (close_fds == true), or marked as close-on-exec (close_fds == false).
|
// (close_fds == true), or marked as close-on-exec (close_fds == false).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user