doc/go1.12.html | 5 +++++ diff --git a/doc/go1.12.html b/doc/go1.12.html index 1ef43d9cf01ae2aa4921b127921e9089b610e11e..f0957eeb7e5759f0bcf70cc11bad966b018f4869 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -87,6 +87,11 @@
libSystem is now used when making syscalls on Darwin,
ensuring forward-compatibility with future versions of macOS and iOS.
+
+ The switch to libSystem triggered additional App Store
+ checks for private API usage. Since it is considered private,
+ syscall.Getdirentries now always fails with
+ ENOSYS on iOS.