Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coll (0.09 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/README.md

    ```
    The first and second are the standard ones; they differ only in how many
    arguments can be passed to the kernel. The third is for low-level use by the
    ForkExec wrapper. Unlike the first two, it does not call into the scheduler to
    let it know that a system call is running.
    
    When porting Go to a new architecture/OS, this file must be implemented for
    each GOOS/GOARCH pair.
    
    ### mksysnum
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 14:32:58 UTC 2021
    - 8.5K bytes
    - Viewed (0)
Back to top