From 22a8195eb7ee64ecfa8d2d13f15422d422416a71 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Fri, 4 Mar 2016 16:48:27 -0800 Subject: [PATCH] A warning for the portability headers Summary: [Folly] A warning for the `portability` headers. Reviewed By: mzlee, Orvid, meyering Differential Revision: D3014442 fb-gh-sync-id: f6557d8021dc2a50a656685492d717fdbff1124a shipit-source-id: f6557d8021dc2a50a656685492d717fdbff1124a --- folly/portability/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 folly/portability/README.md diff --git a/folly/portability/README.md b/folly/portability/README.md new file mode 100644 index 00000000..01e97e7a --- /dev/null +++ b/folly/portability/README.md @@ -0,0 +1,12 @@ +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. -- 2.34.1