diff --git a/libc/docs/index.rst b/libc/docs/index.rst index 6f759aa215b62..6e9ce94639e26 100644 --- a/libc/docs/index.rst +++ b/libc/docs/index.rst @@ -40,6 +40,16 @@ and MacOS have limited support (may be broken). The Fuchsia platform is slowly replacing functions from its bundled libc with functions from this project. +LLVM-libc does not guarantee backward compatibility with operating systems that have reached their EOL. +Compatibility patches for obsolete operating systems will not be accepted. + +For Linux, we support kernel versions as listed on `kernel.org `_, including +``longterm`` (not past EOL date), ``stable``, and ``mainline`` versions. We actively adopt new features +from ``linux-next``. + +For Windows, we plan to support products within their lifecycle. Please refer to +`Search Product and Services Lifecycle Information `_ for more information. + ABI Compatibility =================