Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3214)

Side by Side Diff: unix/ztypes_darwin_amd64.go

Issue 121520043: code review 121520043: go.sys: update package names (Closed)
Patch Set: diff -r ad63a19ca444543ec83ec030d1200b0510f3f192 https://code.google.com/p/go.sys Created 10 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « unix/ztypes_darwin_386.go ('k') | unix/ztypes_dragonfly_386.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Created by cgo -godefs - DO NOT EDIT 1 // Created by cgo -godefs - DO NOT EDIT
2 // cgo -godefs types_darwin.go 2 // cgo -godefs types_darwin.go
3 3
4 package syscall 4 package unix
5 5
6 const ( 6 const (
7 sizeofPtr = 0x8 7 sizeofPtr = 0x8
8 sizeofShort = 0x2 8 sizeofShort = 0x2
9 sizeofInt = 0x4 9 sizeofInt = 0x4
10 sizeofLong = 0x8 10 sizeofLong = 0x8
11 sizeofLongLong = 0x8 11 sizeofLongLong = 0x8
12 ) 12 )
13 13
14 type ( 14 type (
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 type Termios struct { 447 type Termios struct {
448 Iflag uint64 448 Iflag uint64
449 Oflag uint64 449 Oflag uint64
450 Cflag uint64 450 Cflag uint64
451 Lflag uint64 451 Lflag uint64
452 Cc [20]uint8 452 Cc [20]uint8
453 Pad_cgo_0 [4]byte 453 Pad_cgo_0 [4]byte
454 Ispeed uint64 454 Ispeed uint64
455 Ospeed uint64 455 Ospeed uint64
456 } 456 }
OLDNEW
« no previous file with comments | « unix/ztypes_darwin_386.go ('k') | unix/ztypes_dragonfly_386.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b