Update the sys/syscall.h portability header for Windows
authorChristopher Dykes <cdykes@fb.com>
Thu, 31 Mar 2016 17:09:38 +0000 (10:09 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Thu, 31 Mar 2016 17:20:35 +0000 (10:20 -0700)
commitc330a7dd2432bc55b719c34be9ec7d2baa2b9c51
tree1b3196092168ff400b589ba8fa27936af2fed3bf
parentef01f57b5f0f659b6bfd3fe3ce05f2b678ac750a
Update the sys/syscall.h portability header for Windows

Summary: This adds Windows support to the portability header for sys/syscall.h, which was previously named portability/Syscall.h, which is inconsistent with the naming of the other headers, so it's now also been renamed to SysSyscall.h, and the one place that used it updated to reflect the new name.

Reviewed By: yfeldblum

Differential Revision: D2984383

fb-gh-sync-id: c0e4ce55c7bc2aa6db9b084e09d9762ba587002d
fbshipit-source-id: c0e4ce55c7bc2aa6db9b084e09d9762ba587002d
folly/Makefile.am
folly/experimental/fibers/Fiber.cpp
folly/portability/SysSyscall.h [new file with mode: 0644]
folly/portability/Syscall.h [deleted file]