diff --git a/doc/go1.12.html b/doc/go1.12.html index cc19c0f31a..7f0b221cc3 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -80,6 +80,10 @@ Do not send CLs removing the interior tags from such phrases. checks for private API usage. Since it is considered private, syscall.Getdirentries now always fails with ENOSYS on iOS. + Additionally, syscall.Setrlimit + reports invalid argument in places where it historically + succeeded. These consequences are not specific to Go and users should expect + behavioral parity with libSystem's implementation going forward.

Tools