limao e0d8126326 页面调整 il y a 4 ans
..
test e0d8126326 页面调整 il y a 4 ans
Asm.h e0d8126326 页面调整 il y a 4 ans
Atomic.h e0d8126326 页面调整 il y a 4 ans
Builtins.cpp e0d8126326 页面调整 il y a 4 ans
Builtins.h e0d8126326 页面调整 il y a 4 ans
Config.h e0d8126326 页面调整 il y a 4 ans
Constexpr.h e0d8126326 页面调整 il y a 4 ans
Dirent.cpp e0d8126326 页面调整 il y a 4 ans
Dirent.h e0d8126326 页面调整 il y a 4 ans
Event.h e0d8126326 页面调整 il y a 4 ans
Fcntl.cpp e0d8126326 页面调整 il y a 4 ans
Fcntl.h e0d8126326 页面调整 il y a 4 ans
GFlags.h e0d8126326 页面调整 il y a 4 ans
GMock.h e0d8126326 页面调整 il y a 4 ans
GTest.h e0d8126326 页面调整 il y a 4 ans
IOVec.h e0d8126326 页面调整 il y a 4 ans
Libgen.cpp e0d8126326 页面调整 il y a 4 ans
Libgen.h e0d8126326 页面调整 il y a 4 ans
Malloc.cpp e0d8126326 页面调整 il y a 4 ans
Malloc.h e0d8126326 页面调整 il y a 4 ans
Math.h e0d8126326 页面调整 il y a 4 ans
Memory.h e0d8126326 页面调整 il y a 4 ans
OpenSSL.cpp e0d8126326 页面调整 il y a 4 ans
OpenSSL.h e0d8126326 页面调整 il y a 4 ans
PThread.cpp e0d8126326 页面调整 il y a 4 ans
PThread.h e0d8126326 页面调整 il y a 4 ans
README.md e0d8126326 页面调整 il y a 4 ans
Sched.cpp e0d8126326 页面调整 il y a 4 ans
Sched.h e0d8126326 页面调整 il y a 4 ans
Semaphore.cpp e0d8126326 页面调整 il y a 4 ans
Semaphore.h e0d8126326 页面调整 il y a 4 ans
Sockets.cpp e0d8126326 页面调整 il y a 4 ans
Sockets.h e0d8126326 页面调整 il y a 4 ans
Stdio.cpp e0d8126326 页面调整 il y a 4 ans
Stdio.h e0d8126326 页面调整 il y a 4 ans
Stdlib.cpp e0d8126326 页面调整 il y a 4 ans
Stdlib.h e0d8126326 页面调整 il y a 4 ans
String.cpp e0d8126326 页面调整 il y a 4 ans
String.h e0d8126326 页面调整 il y a 4 ans
SysFile.cpp e0d8126326 页面调整 il y a 4 ans
SysFile.h e0d8126326 页面调整 il y a 4 ans
SysMembarrier.cpp e0d8126326 页面调整 il y a 4 ans
SysMembarrier.h e0d8126326 页面调整 il y a 4 ans
SysMman.cpp e0d8126326 页面调整 il y a 4 ans
SysMman.h e0d8126326 页面调整 il y a 4 ans
SysResource.cpp e0d8126326 页面调整 il y a 4 ans
SysResource.h e0d8126326 页面调整 il y a 4 ans
SysStat.cpp e0d8126326 页面调整 il y a 4 ans
SysStat.h e0d8126326 页面调整 il y a 4 ans
SysSyscall.h e0d8126326 页面调整 il y a 4 ans
SysTime.cpp e0d8126326 页面调整 il y a 4 ans
SysTime.h e0d8126326 页面调整 il y a 4 ans
SysTypes.h e0d8126326 页面调整 il y a 4 ans
SysUio.cpp e0d8126326 页面调整 il y a 4 ans
SysUio.h e0d8126326 页面调整 il y a 4 ans
Syslog.h e0d8126326 页面调整 il y a 4 ans
Time.cpp e0d8126326 页面调整 il y a 4 ans
Time.h e0d8126326 页面调整 il y a 4 ans
Unistd.cpp e0d8126326 页面调整 il y a 4 ans
Unistd.h e0d8126326 页面调整 il y a 4 ans
Windows.h e0d8126326 页面调整 il y a 4 ans

README.md

Warning

These portability headers are internal implementation details.

They are intended to ensure that Folly can build on a variety of platforms.

They are not intended to help you build your programs on these platforms.

They are, and will remain, undocumented. They are, and will remain, subject to rapid, immediate, and drastic changes - including full rewrites and merciless deletions - without notice.

Note that before adding a new file to this directory you should determine whether the API you are adding is a portability header or just a platform dependent implementation detail. Only portability headers belong in this directory. A portability header is defined as a header that provides the exact API of some platform or configuration that is not available on all platforms. If the API being added does not already exist on at least one of the platforms Folly supports, then it is an implementation detail, and does not belong in this directory.