Switch uses of <unistd.h> to <folly/portability/Unistd.h>
authorChristopher Dykes <cdykes@fb.com>
Mon, 30 May 2016 23:05:19 +0000 (16:05 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Mon, 30 May 2016 23:09:19 +0000 (16:09 -0700)
commit35fcff936a0ba58986269fb05689843f99e89eb5
treeca76fa086b82bcc187358f89aa431b7eeab12043
parent6c0325556cc7b763ccd31ce42ddaecde5a6968a7
Switch uses of <unistd.h> to <folly/portability/Unistd.h>

Summary: Diff #12 of 14.

Reviewed By: mzlee

Differential Revision: D3187000

fbshipit-source-id: ad56ca8ff20fa88949554b61545ee1bf982b0569
47 files changed:
folly/AtomicUnorderedMap.h
folly/File.cpp
folly/File.h
folly/FileUtil.h
folly/IndexedMemPool.h
folly/MPMCQueue.h
folly/Random.cpp
folly/Subprocess.cpp
folly/detail/AtomicUnorderedMapUtils.h
folly/detail/FileUtilDetail.h
folly/detail/Futex.h
folly/detail/MemoryIdler.cpp
folly/detail/TurnSequencer.h
folly/experimental/EventCount.h
folly/experimental/LockFreeRingBuffer.h
folly/experimental/TestUtil.cpp
folly/experimental/io/AsyncIO.cpp
folly/experimental/io/FsUtil.cpp
folly/experimental/io/HugePageUtil.cpp
folly/experimental/io/HugePages.h
folly/fibers/Fiber.cpp
folly/fibers/FiberManager.cpp
folly/fibers/GuardPageAllocator.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/TimekeeperTest.cpp
folly/gen/test/ParallelMapBenchmark.cpp
folly/io/RecordIO.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncUDPSocket.cpp
folly/io/async/EventBase.cpp
folly/io/async/NotificationQueue.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/EventBaseTest.cpp
folly/io/async/test/SocketPair.cpp
folly/io/async/test/TimeUtil.cpp
folly/io/test/RecordIOTest.cpp
folly/test/IndexedMemPoolTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/RWSpinLockTest.cpp
folly/test/SubprocessTest.cpp
folly/test/SubprocessTestParentDeathHelper.cpp
folly/test/ThreadLocalBenchmark.cpp
folly/test/ThreadLocalTest.cpp