mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update canonical repository.
This can be merged after: https://github.com/google/gvisor-website/pull/77 or https://github.com/google/gvisor-website/pull/78 PiperOrigin-RevId: 253132620
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ go_library(
|
||||
"unet.go",
|
||||
"unet_unsafe.go",
|
||||
],
|
||||
importpath = "gvisor.googlesource.com/gvisor/pkg/unet",
|
||||
importpath = "gvisor.dev/gvisor/pkg/unet",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//pkg/abi/linux",
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import (
|
||||
"sync/atomic"
|
||||
"syscall"
|
||||
|
||||
"gvisor.googlesource.com/gvisor/pkg/gate"
|
||||
"gvisor.dev/gvisor/pkg/gate"
|
||||
)
|
||||
|
||||
// backlog is used for the listen request.
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
"gvisor.googlesource.com/gvisor/pkg/abi/linux"
|
||||
"gvisor.dev/gvisor/pkg/abi/linux"
|
||||
)
|
||||
|
||||
// wait blocks until the socket FD is ready for reading or writing, depending
|
||||
|
||||
Reference in New Issue
Block a user