aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.1.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.1.html')
-rw-r--r--doc/go1.1.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/go1.1.html b/doc/go1.1.html
index 1ab5c173df..b242e0734b 100644
--- a/doc/go1.1.html
+++ b/doc/go1.1.html
@@ -1023,7 +1023,15 @@ type now implements the
</li>
<li>
-The <a href="/pkg/syscall/"><code>syscall</code></a> package has received many updates to make it more inclusive of constants and system calls for each supported operating system.
+The <a href="/pkg/syscall/"><code>syscall</code></a> package's
+<a href="/pkg/syscall/#Fchflags"><code>Fchflags</code></a> function on various BSDs
+(including Darwin) has changed signature.
+It now takes an int as the first parameter instead of a string.
+Since this API change fixes a bug, it is permitted by the Go 1 compatibility rules.
+</li>
+<li>
+The <a href="/pkg/syscall/"><code>syscall</code></a> package also has received many updates
+to make it more inclusive of constants and system calls for each supported operating system.
</li>
<li>