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

Delta Between Two Patch Sets: plan9/types_plan9.c

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 | « plan9/syscall_test.go ('k') | plan9/zerrors_plan9_386.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 // Copyright 2009 The Go Authors. All rights reserved. 1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 // +build ignore 5 // +build ignore
6 6
7 /* 7 /*
8 Input to godefs. See also mkerrors.sh and mkall.sh 8 Input to godefs. See also mkerrors.sh and mkall.sh
9 */ 9 */
10 10
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 uvlong cyclefreq; // cycle clock frequency if there is one , 0 otherwise 106 uvlong cyclefreq; // cycle clock frequency if there is one , 0 otherwise
107 vlong kcycles; // cycles spent in kernel 107 vlong kcycles; // cycles spent in kernel
108 vlong pcycles; // cycles spent in process (kernel + use r) 108 vlong pcycles; // cycles spent in process (kernel + use r)
109 ulong pid; // might as well put the pid here 109 ulong pid; // might as well put the pid here
110 ulong clock; 110 ulong clock;
111 // top of stack is here 111 // top of stack is here
112 }; 112 };
113 113
114 typedef struct Prof $Prof; 114 typedef struct Prof $Prof;
115 typedef struct Tos $Tos; 115 typedef struct Tos $Tos;
LEFTRIGHT

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