overdue
This commit is contained in:
12
.rclone_repo/vendor/github.com/sevlyar/go-daemon/syscall_dup.go
generated
vendored
Executable file
12
.rclone_repo/vendor/github.com/sevlyar/go-daemon/syscall_dup.go
generated
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
// +build !linux !arm64
|
||||
// +build !windows
|
||||
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func syscallDup(oldfd int, newfd int) (err error) {
|
||||
return syscall.Dup2(oldfd, newfd)
|
||||
}
|
||||
Reference in New Issue
Block a user