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

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.