Codebase Browser
go
Go to App
go
/
src/runtime/
os_unix.go
const
_F_SETFD
…
const
_FD_CLOEXEC
…
//go:nosplit
func
closeonexec
(
fd
int32
)
{
…
}