Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for issetugid_trampoline (0.3 sec)

  1. src/runtime/sys_openbsd2.go

    func exitThread(wait *atomic.Uint32) {
    	throw("exitThread")
    }
    
    //go:nosplit
    //go:cgo_unsafe_args
    func issetugid() (ret int32) {
    	libcCall(unsafe.Pointer(abi.FuncPCABI0(issetugid_trampoline)), unsafe.Pointer(&ret))
    	return
    }
    func issetugid_trampoline()
    
    // Tell the linker that the libc_* functions are to be found
    // in a system library, with the libc_ prefix missing.
    
    //go:cgo_import_dynamic libc_errno __errno "libc.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top