mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Patch sandbox2/comms module to build for Android.
PiperOrigin-RevId: 435318451 Change-Id: If0e40bab30f3cb68d7e79f26d2336c638742f1ac
This commit is contained in:
parent
6d3adc45f7
commit
d0f5f547cb
|
@ -50,10 +50,6 @@
|
||||||
|
|
||||||
namespace sandbox2 {
|
namespace sandbox2 {
|
||||||
|
|
||||||
// Future extension point used to mark code sections that invoke syscalls that
|
|
||||||
// potentially block.
|
|
||||||
// Internally at Google, there is an implementation that supports light-weight
|
|
||||||
// fibers.
|
|
||||||
class PotentiallyBlockingRegion {
|
class PotentiallyBlockingRegion {
|
||||||
public:
|
public:
|
||||||
~PotentiallyBlockingRegion() {
|
~PotentiallyBlockingRegion() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user