From 8362a8e127bed118a4ffec2d8844c3d3c271d243 Mon Sep 17 00:00:00 2001
From: Elias Naur
Date: Wed, 18 Jul 2018 09:17:19 +0200
Subject: [PATCH] doc/go1.11: mention the libSystem.so change for iOS
The change to make the runtime use libSystem.so macOS instead of
direct kernel calls applies to iOS as well.
Change-Id: I97ea86452ac5f7433aea58bbd3ff53a2eb2835e0
Reviewed-on: https://go-review.googlesource.com/124657
Reviewed-by: Ian Lance Taylor
---
doc/go1.11.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/go1.11.html b/doc/go1.11.html
index c337df5ff1..e417bbf1be 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -307,9 +307,9 @@ func f(v interface{}) {
- On macOS, the runtime now uses libSystem.so
instead of
+ On macOS and iOS, the runtime now uses libSystem.so
instead of
calling the kernel directly. This should make Go binaries more
- compatible with future versions of macOS.
+ compatible with future versions of macOS and iOS.
The syscall package still makes direct
system calls; fixing this is planned for a future release.
--
2.50.0