aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Naur <elias.naur@gmail.com>2018-12-18 21:32:48 +0100
committerBrad Fitzpatrick <bradfitz@golang.org>2018-12-18 22:40:56 +0000
commit9ded8b0e97588895e00e93299e4a4a748cfa3a4b (patch)
treed0e47da1b432164df639994a96adbf0df461301f
parent9d0318fc9daff2e72d540dfc1d9840cce16ea2bf (diff)
downloadgo-9ded8b0e97588895e00e93299e4a4a748cfa3a4b.tar.gz
go-9ded8b0e97588895e00e93299e4a4a748cfa3a4b.zip
doc/go1.12: note that syscall.Getdirentries is no longer supported on iOS
Change-Id: I4277f4130b460b42c5b51fd5a5e07f6c0e62163b Reviewed-on: https://go-review.googlesource.com/c/154720 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.12.html5
1 files changed, 5 insertions, 0 deletions
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.
<p><!-- CL 141639 -->
<code>libSystem</code> is now used when making syscalls on Darwin,
ensuring forward-compatibility with future versions of macOS and iOS.
+ <!-- CL 153338 -->
+ The switch to <code>libSystem</code> triggered additional App Store
+ checks for private API usage. Since it is considered private,
+ <code>syscall.Getdirentries</code> now always fails with
+ <code>ENOSYS</code> on iOS.
</p>
<h2 id="tools">Tools</h2>