mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-05 16:47:27 -04:00
unix: add Getdents on dragonfly
Add a syscall wrapper for Getdents on dragonfly and use it to implement ReadDirent Change-Id: Ie54c0edeaf89491cab2355557fb442bd5bec2987 Reviewed-on: https://go-review.googlesource.com/c/sys/+/183227 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com>
This commit is contained in:
committed by
Tobias Klauser
parent
e93b963712
commit
c5567b49c5
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin dragonfly
|
||||
// +build darwin
|
||||
|
||||
package unix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user