const syscall.ENOSYS
5 uses
syscall (current package)
syscall_bsd.go#L528: if err != ENOSYS {
syscall_bsd.go#L532: if err != ENOSYS {
syscall_darwin.go#L156: return ENOSYS
zerrors_darwin_amd64.go#L1202: ENOSYS = Errno(0x4e)
internal/poll
fd_unix.go#L490: case syscall.EINVAL, syscall.ENOSYS:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |