Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/syscall/exec_unix.go

    	return pid, 0, err
    }
    
    // Implemented in runtime package.
    func runtime_BeforeExec()
    func runtime_AfterExec()
    
    // execveLibc is non-nil on OS using libc syscall, set to execve in exec_libc.go; this
    // avoids a build dependency for other platforms.
    var execveLibc func(path uintptr, argv uintptr, envp uintptr) Errno
    var execveDarwin func(path *byte, argv **byte, envp **byte) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top