]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention Faccessat flags support in go1.11
authorIan Lance Taylor <iant@golang.org>
Fri, 27 Jul 2018 21:16:45 +0000 (14:16 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 31 Jul 2018 15:44:37 +0000 (15:44 +0000)
Change-Id: I4d01be5330db06877065aabe7a3faf69bce0dfb2
Reviewed-on: https://go-review.googlesource.com/126515
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.11.html

index 50292ac0193ccdea88646df6a5f476db1dcc8339..2e6a51650c6b65d0e215f6c7e1a6da90c7e758bf 100644 (file)
@@ -814,6 +814,13 @@ for k := range m {
       <a href="/pkg/unsafe/#Pointer"><code>unsafe.Pointer</code> conversion rules</a>.
     </p>
 
+    <p><!-- CL 118658 -->
+      On Linux, the <code>flags</code> parameter to
+      <a href="/pkg/syscall/?GOOS=linux&GOARCH=amd64#Faccessat"><code>Faccessat</code></a>
+      is now implemented just as in glibc. In earlier Go releases the
+      flags parameter was ignored.
+    </p>
+
     <p><!-- CL 118658 -->
       On Linux, the <code>flags</code> parameter to
       <a href="/pkg/syscall/?GOOS=linux&GOARCH=amd64#Fchmodat"><code>Fchmodat</code></a>