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

Delta Between Two Patch Sets: unix/ztypes_linux_amd64.go

Issue 126960043: code review 126960043: go.sys: copy files from syscall package to go.sys/{plan... (Closed)
Left Patch Set: Created 10 years, 7 months ago
Right Patch Set: diff -r 89b705e036f489a14b4d11c6e025ea61a53bb735 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « unix/ztypes_linux_386.go ('k') | unix/ztypes_linux_arm.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
(Both sides are equal)
1 // Created by cgo -godefs - DO NOT EDIT 1 // Created by cgo -godefs - DO NOT EDIT
2 // cgo -godefs types_linux.go 2 // cgo -godefs types_linux.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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 TOSTOP = 0x100 699 TOSTOP = 0x100
700 ECHOCTL = 0x200 700 ECHOCTL = 0x200
701 ECHOPRT = 0x400 701 ECHOPRT = 0x400
702 ECHOKE = 0x800 702 ECHOKE = 0x800
703 FLUSHO = 0x1000 703 FLUSHO = 0x1000
704 PENDIN = 0x4000 704 PENDIN = 0x4000
705 IEXTEN = 0x8000 705 IEXTEN = 0x8000
706 TCGETS = 0x5401 706 TCGETS = 0x5401
707 TCSETS = 0x5402 707 TCSETS = 0x5402
708 ) 708 )
LEFTRIGHT

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