diff --git a/doc/go1.12.html b/doc/go1.12.html index 1ef43d9cf0..f0957eeb7e 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -87,6 +87,11 @@ Do not send CLs removing the interior tags from such phrases.

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.

Tools