From: Ian Lance Taylor Date: Fri, 27 Jul 2018 21:16:45 +0000 (-0700) Subject: doc: mention Faccessat flags support in go1.11 X-Git-Tag: go1.11beta3~50 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5332b5e75acdd17c6d0afe84c014be8528765fe2;p=gostls13.git doc: mention Faccessat flags support in go1.11 Change-Id: I4d01be5330db06877065aabe7a3faf69bce0dfb2 Reviewed-on: https://go-review.googlesource.com/126515 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 50292ac019..2e6a51650c 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -814,6 +814,13 @@ for k := range m { unsafe.Pointer conversion rules.

+

+ On Linux, the flags parameter to + Faccessat + is now implemented just as in glibc. In earlier Go releases the + flags parameter was ignored. +

+

On Linux, the flags parameter to Fchmodat