123456789101112131415161718192021222324252627 |
- package runtime
- func netpollinit() {
- }
- func netpollopen(fd uintptr, pd *pollDesc) int32 {
- return 0
- }
- func netpollclose(fd uintptr) int32 {
- return 0
- }
- func netpollarm(pd *pollDesc, mode int) {
- }
- func netpoll(block bool) *g {
- return nil
- }
|