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

Delta Between Two Patch Sets: src/pkg/syscall/ztypes_darwin_386.go

Issue 6063053: code review 6063053: syscall: add Termios support on darwin (Closed)
Left Patch Set: Created 11 years, 11 months ago
Right Patch Set: diff -r 850cadc5bc9f https://code.google.com/p/go Created 11 years, 11 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:
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/syscall/zerrors_darwin_amd64.go ('k') | src/pkg/syscall/ztypes_darwin_amd64.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 syscall
5 5
6 const ( 6 const (
7 sizeofPtr = 0x4 7 sizeofPtr = 0x4
8 sizeofShort = 0x2 8 sizeofShort = 0x2
9 sizeofInt = 0x4 9 sizeofInt = 0x4
10 sizeofLong = 0x4 10 sizeofLong = 0x4
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 K uint32 409 K uint32
410 } 410 }
411 411
412 type BpfHdr struct { 412 type BpfHdr struct {
413 Tstamp Timeval 413 Tstamp Timeval
414 Caplen uint32 414 Caplen uint32
415 Datalen uint32 415 Datalen uint32
416 Hdrlen uint16 416 Hdrlen uint16
417 Pad_cgo_0 [2]byte 417 Pad_cgo_0 [2]byte
418 } 418 }
419
420 type Termios struct {
421 Iflag uint32
422 Oflag uint32
423 Cflag uint32
424 Lflag uint32
425 Cc [20]uint8
426 Ispeed uint32
427 Ospeed uint32
428 }
LEFTRIGHT

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