Commit f5c41eb3 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot 6

Switch uses of <sys/syscall.h> to <folly/portability/SysSyscall.h>

Summary: Diff #8 of 14.

Reviewed By: mzlee

Differential Revision: D3186943

fbshipit-source-id: 3b631faac36f3ec6e7fce031f07d8a98c76d7908
parent 7055dfbb
......@@ -19,7 +19,6 @@
#include <folly/experimental/symbolizer/SignalHandler.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <atomic>
#include <ctime>
#include <mutex>
......@@ -35,6 +34,7 @@
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
#include <folly/experimental/symbolizer/Symbolizer.h>
#include <folly/portability/SysSyscall.h>
namespace folly { namespace symbolizer {
......
......@@ -15,7 +15,6 @@
*/
#include "Fiber.h"
#include <sys/syscall.h>
#include <unistd.h>
#include <glog/logging.h>
......
......@@ -16,7 +16,6 @@
#include "FiberManager.h"
#include <signal.h>
#include <sys/syscall.h>
#include <unistd.h>
#include <cassert>
......@@ -28,6 +27,7 @@
#include <folly/fibers/LoopController.h>
#include <folly/SingletonThreadLocal.h>
#include <folly/portability/SysSyscall.h>
#ifdef FOLLY_SANITIZE_ADDRESS
......
......@@ -25,7 +25,6 @@
#include <chrono>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/utsname.h>
#include <errno.h>
#include <glog/logging.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment