]> Cypherpunks repositories - gostls13.git/commit
syscall: use openat instead of dup to make a really new file descriptor
authorKeith Randall <keithr@alum.mit.edu>
Fri, 5 Apr 2019 20:01:58 +0000 (13:01 -0700)
committerKeith Randall <khr@golang.org>
Fri, 5 Apr 2019 20:40:01 +0000 (20:40 +0000)
commit06cff114cf786d5f901aa41ac873f9e8bb8e1eba
treedfe7f4758a98759736e75d1dc374af771839f861
parent68d89bb8e05afc2aa050b4c5ad0df4b3af03c45d
syscall: use openat instead of dup to make a really new file descriptor

Update #31269

Change-Id: I0e7184420055b8dfd23688dab9f9d8cba1fa2485
Reviewed-on: https://go-review.googlesource.com/c/go/+/170892
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/getdirentries_test.go [new file with mode: 0644]
src/syscall/syscall_darwin.go