Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enter_InotifyInit (0.36 sec)

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

    	if int64(r0) == -1 {
    		err = errnoErr2(e1, e2)
    	}
    	return
    }
    
    //go:nosplit
    func get_InotifyInitAddr() *(func() (fd int, err error))
    
    var InotifyInit = enter_InotifyInit
    
    func enter_InotifyInit() (fd int, err error) {
    	funcref := get_InotifyInitAddr()
    	if funcptrtest(GetZosLibVec()+SYS_INOTIFY_INIT<<4, "") == 0 {
    		*funcref = impl_InotifyInit
    	} else {
    		*funcref = error_InotifyInit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
Back to top