Adds writer test case for RCU
[folly.git] / folly / portability / SysMembarrier.h
index 01284b6fe048b4e5ae098d48e1d9a7453067fbf4..4a8dd1ebc81f28614327adf4fb5a950b01d5458b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,5 +21,5 @@ namespace detail {
 
 int sysMembarrier();
 bool sysMembarrierAvailable();
-}
-}
+} // namespace detail
+} // namespace folly