Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for libc_getgroups (0.14 sec)

  1. src/runtime/syscall_solaris.go

    package runtime
    
    import "unsafe"
    
    var (
    	libc_chdir,
    	libc_chroot,
    	libc_close,
    	libc_execve,
    	libc_fcntl,
    	libc_forkx,
    	libc_gethostname,
    	libc_getpid,
    	libc_ioctl,
    	libc_setgid,
    	libc_setgroups,
    	libc_setrlimit,
    	libc_setsid,
    	libc_setuid,
    	libc_setpgid,
    	libc_syscall,
    	libc_issetugid,
    	libc_wait4 libcFunc
    )
    
    // Many of these are exported via linkname to assembly in the syscall
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top