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

Side by Side Diff: unix/types_dragonfly.go

Issue 121520043: code review 121520043: go.sys: update package names (Closed)
Patch Set: diff -r ad63a19ca444543ec83ec030d1200b0510f3f192 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:
View unified diff | Download patch
« no previous file with comments | « unix/types_darwin.go ('k') | unix/types_freebsd.go » ('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 // +build ignore 5 // +build ignore
6 6
7 /* 7 /*
8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
9 */ 9 */
10 10
11 // +godefs map struct_in_addr [4]byte /* in_addr */ 11 // +godefs map struct_in_addr [4]byte /* in_addr */
12 // +godefs map struct_in6_addr [16]byte /* in6_addr */ 12 // +godefs map struct_in6_addr [16]byte /* in6_addr */
13 13
14 package syscall 14 package unix
15 15
16 /* 16 /*
17 #define KERNEL 17 #define KERNEL
18 #include <dirent.h> 18 #include <dirent.h>
19 #include <fcntl.h> 19 #include <fcntl.h>
20 #include <signal.h> 20 #include <signal.h>
21 #include <termios.h> 21 #include <termios.h>
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <unistd.h> 23 #include <unistd.h>
24 #include <sys/event.h> 24 #include <sys/event.h>
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 233
234 type BpfProgram C.struct_bpf_program 234 type BpfProgram C.struct_bpf_program
235 235
236 type BpfInsn C.struct_bpf_insn 236 type BpfInsn C.struct_bpf_insn
237 237
238 type BpfHdr C.struct_bpf_hdr 238 type BpfHdr C.struct_bpf_hdr
239 239
240 // Terminal handling 240 // Terminal handling
241 241
242 type Termios C.struct_termios 242 type Termios C.struct_termios
OLDNEW
« no previous file with comments | « unix/types_darwin.go ('k') | unix/types_freebsd.go » ('j') | no next file with comments »

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