Skip to content

Commit 817c114

Browse files
committed
fix: bugs
1 parent 910a542 commit 817c114

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

internal/epoll/sys_epoll_linux_loong64.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

internal/epoll/sys_epoll_linux_arm64.go renamed to internal/epoll/sys_epoll_linux_risc.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
//go:build linux && (arm64 || loong64)
16+
// +build linux
17+
// +build arm64 loong64
18+
1519
package netpoll
1620

1721
import (

0 commit comments

Comments
 (0)