Adds writer test case for RCU
[folly.git] / folly / portability / SysUio.h
index 2fa356aa93a01b25fb10f6e462cadc10e2c497a7..9413a6994b5256d380061b9a0246005934028e5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 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.
@@ -38,4 +38,4 @@ constexpr size_t kIovMax = IOV_MAX;
 #else
 constexpr size_t kIovMax = UIO_MAXIOV;
 #endif
-}
+} // namespace folly