const canCreateFile … // create returns an fd to a write-only file. func create(name *byte, perm int32) int32 { … }