Commit 9ded8b0e authored by Elias Naur's avatar Elias Naur Committed by Brad Fitzpatrick

doc/go1.12: note that syscall.Getdirentries is no longer supported on iOS

Change-Id: I4277f4130b460b42c5b51fd5a5e07f6c0e62163b
Reviewed-on: https://go-review.googlesource.com/c/154720Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 9d0318fc
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment