Disable zerocopy if we're notified about deferred copies, add a isZeroCopyWriteInProg...
[folly.git] / folly / LifoSem.cpp
index eab911d9f337d00330f76a571f112e51756a9916..d3fa50656c8f130c655cb0c68b87710affae36f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,4 +37,4 @@ ShutdownSemError::ShutdownSemError(const std::string& msg)
 ShutdownSemError::~ShutdownSemError() noexcept {
 }
 
-}
+} // namespace folly