Skip to content

Commit

Permalink
api: add os.(*File).SyscallConn to go1.12.txt
Browse files Browse the repository at this point in the history
Fixes golang#29507

Change-Id: I8cf52e4b89fd28126f252757260d07a31d9dad61
Reviewed-on: https://go-review.googlesource.com/c/155933
Reviewed-by: Katie Hockman <[email protected]>
Run-TryBot: Brad Fitzpatrick <[email protected]>
  • Loading branch information
bradfitz committed Jan 2, 2019
1 parent 22738f0 commit 64096db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/go1.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pkg net/http, const StatusTooEarly ideal-int
pkg net/http, method (*Client) CloseIdleConnections()
pkg os, const ModeType = 2401763328
pkg os, func UserHomeDir() (string, error)
pkg os, method (*File) SyscallConn() (syscall.RawConn, error)
pkg os, method (*ProcessState) ExitCode() int
pkg os/exec, method (ExitError) ExitCode() int
pkg reflect, method (*MapIter) Key() Value
Expand Down

0 comments on commit 64096db

Please sign in to comment.