Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enter_UtimesNanoAt (0.13 sec)

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

    // End UtimesNano
    
    // Begin UtimesNanoAt
    
    //go:nosplit
    func get_UtimesNanoAtAddr() *(func(dirfd int, path string, ts []Timespec, flags int) (err error))
    
    var UtimesNanoAt = enter_UtimesNanoAt
    
    func enter_UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) (err error) {
    	funcref := get_UtimesNanoAtAddr()
    	if validUtimensat() {
    		*funcref = utimesNanoAtImpl
    	} else {
    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