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

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

Issue 6063053: code review 6063053: syscall: add Termios support on darwin (Closed)
Left Patch Set: diff -r 6c742b3b04d1 https://code.google.com/p/go 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/ztypes_darwin_386.go ('k') | no next file » | 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 = 0x8 7 sizeofPtr = 0x8
8 sizeofShort = 0x2 8 sizeofShort = 0x2
9 sizeofInt = 0x4 9 sizeofInt = 0x4
10 sizeofLong = 0x8 10 sizeofLong = 0x8
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 K uint32 418 K uint32
419 } 419 }
420 420
421 type BpfHdr struct { 421 type BpfHdr struct {
422 Tstamp Timeval32 422 Tstamp Timeval32
423 Caplen uint32 423 Caplen uint32
424 Datalen uint32 424 Datalen uint32
425 Hdrlen uint16 425 Hdrlen uint16
426 Pad_cgo_0 [2]byte 426 Pad_cgo_0 [2]byte
427 } 427 }
428
429 type Termios struct {
430 Iflag uint64
431 Oflag uint64
432 Cflag uint64
433 Lflag uint64
434 Cc [20]uint8
435 Pad_cgo_0 [4]byte
436 Ispeed uint64
437 Ospeed uint64
438 }
LEFTRIGHT

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