diff --git a/doc/go1.21.html b/doc/go1.21.html index 4729fe9dfc..e22b753400 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -859,7 +859,11 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://go.dev/cl/495079: os: if descriptor is non-blocking, retain that in Fd method
+ On Unix systems, if a non-blocking descriptor is passed
+ to NewFile, calling
+ the File.Fd method
+ will now return a non-blocking descriptor. Previously the
+ descriptor was converted to blocking mode.