bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351)

…ed for splice()
This commit is contained in:
Pablo Galindo 2020-11-17 19:57:03 +00:00 committed by GitHub
parent 266b462238
commit e59958f8b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1441,7 +1441,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
make sense to block because there are no writers connected to the write end
of the pipe.
.. availability:: Linux kernel >= 2.6.17 or glibc >= 2.5
.. availability:: Linux kernel >= 2.6.17 and glibc >= 2.5
.. versionadded:: 3.10