Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 650649 (0.13 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RAWFR = 25945
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RAWFR ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RCL = 6549
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RCL ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RDP = 34617
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_RDP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. src/cmd/cgo/gcc.go

    			// incorrectly typed unsigned long. We work around that
    			// by disabling the builtin functions (this is safe as
    			// it won't affect the actual compilation of the C code).
    			// See: https://golang.org/issue/6506.
    			"-fno-builtin",
    		)
    	}
    
    	c = append(c, p.GccOptions...)
    	c = append(c, p.gccMachine()...)
    	if goos == "aix" {
    		c = append(c, "-maix64")
    		c = append(c, "-mcmodel=large")
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top