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

Side by Side Diff: src/pkg/runtime/defs_linux.go

Issue 5490053: code review 5490053: runtime: make more build-friendly (Closed)
Patch Set: diff -r 046739c8299b https://go.googlecode.com/hg/ Created 13 years, 3 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 | « src/pkg/runtime/defs_freebsd_amd64.h ('k') | src/pkg/runtime/defs_linux_386.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 /* 5 /*
6 Input to cgo -cdefs 6 Input to cgo -cdefs
7 7
8 GOARCH=amd64 cgo -cdefs defs.go defs1.go >amd64/defs.h 8 GOARCH=amd64 cgo -cdefs defs.go defs1.go >amd64/defs.h
9 */ 9 */
10 10
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ITIMER_REAL = C.ITIMER_REAL 93 ITIMER_REAL = C.ITIMER_REAL
94 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL 94 ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
95 ITIMER_PROF = C.ITIMER_PROF 95 ITIMER_PROF = C.ITIMER_PROF
96 ) 96 )
97 97
98 type Timespec C.struct_timespec 98 type Timespec C.struct_timespec
99 type Timeval C.struct_timeval 99 type Timeval C.struct_timeval
100 type Sigaction C.struct_sigaction 100 type Sigaction C.struct_sigaction
101 type Siginfo C.siginfo_t 101 type Siginfo C.siginfo_t
102 type Itimerval C.struct_itimerval 102 type Itimerval C.struct_itimerval
OLDNEW
« no previous file with comments | « src/pkg/runtime/defs_freebsd_amd64.h ('k') | src/pkg/runtime/defs_linux_386.h » ('j') | no next file with comments »

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