summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/third-party/folly/folly/portability/SysSyscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rocksdb/third-party/folly/folly/portability/SysSyscall.h')
-rw-r--r--src/rocksdb/third-party/folly/folly/portability/SysSyscall.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rocksdb/third-party/folly/folly/portability/SysSyscall.h b/src/rocksdb/third-party/folly/folly/portability/SysSyscall.h
new file mode 100644
index 000000000..fa969deb1
--- /dev/null
+++ b/src/rocksdb/third-party/folly/folly/portability/SysSyscall.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
+// This source code is licensed under both the GPLv2 (found in the
+// COPYING file in the root directory) and Apache 2.0 License
+// (found in the LICENSE.Apache file in the root directory).
+
+#pragma once
+
+#ifndef _WIN32
+#include <sys/syscall.h>
+#endif