Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UtimesNano (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    			return name == "__utimensat_a"
    		}
    	}
    	return false
    }
    
    // Begin UtimesNano
    
    //go:nosplit
    func get_UtimesNanoAddr() *(func(path string, ts []Timespec) (err error))
    
    var UtimesNano = enter_UtimesNano
    
    func enter_UtimesNano(path string, ts []Timespec) (err error) {
    	funcref := get_UtimesNanoAddr()
    	if validUtimensat() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top