diff --git a/doc/go1.12.html b/doc/go1.12.html index cc19c0f31a9b68..7f0b221cc31fd3 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -80,6 +80,10 @@
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.