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

Side by Side Diff: src/pkg/runtime/os_freebsd.h

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/os_darwin.h ('k') | src/pkg/runtime/os_linux.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 #define SIG_DFL ((void*)0) 1 #define SIG_DFL ((void*)0)
2 #define SIG_IGN ((void*)1) 2 #define SIG_IGN ((void*)1)
3 3
4 int32 runtime·thr_new(ThrParam*, int32); 4 int32 runtime·thr_new(ThrParam*, int32);
5 void runtime·sigpanic(void); 5 void runtime·sigpanic(void);
6 void runtime·sigaltstack(Sigaltstack*, Sigaltstack*); 6 void runtime·sigaltstack(Sigaltstack*, Sigaltstack*);
7 struct sigaction; 7 struct sigaction;
8 void runtime·sigaction(int32, struct sigaction*, struct sigaction*); 8 void runtime·sigaction(int32, struct sigaction*, struct sigaction*);
9 void runtiem·setitimerval(int32, Itimerval*, Itimerval*); 9 void runtiem·setitimerval(int32, Itimerval*, Itimerval*);
10 void runtime·setitimer(int32, Itimerval*, Itimerval*); 10 void runtime·setitimer(int32, Itimerval*, Itimerval*);
11 11
12 void runtime·raisesigpipe(void); 12 void runtime·raisesigpipe(void);
OLDNEW
« no previous file with comments | « src/pkg/runtime/os_darwin.h ('k') | src/pkg/runtime/os_linux.h » ('j') | no next file with comments »

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