mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
restore import syscall, accidentally removed in previous commit
This commit is contained in:
parent
277eba9895
commit
2679fa6cfd
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
|
||||
package server
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
// dup is an alias for syscall.Dup2 on darwin-amd64, darwin-arm64,
|
||||
// linux-amd64, linux-arm or syscall.Dup3 on linux-arm64
|
||||
func (m *Command) dup(oldfd int, newfd int) error {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue