DEBSOURCES
Skip Quicknav
sources / continuity / 0.0~git20180216.d8fb858-1 / sysx / nodata_solaris.go
12345678
package sysx import ( "syscall" ) // This should actually be a set that contains ENOENT and EPERM const ENODATA = syscall.ENOENT