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

Unified Diff: src/pkg/runtime/defs_linux.go

Issue 120610043: code review 120610043: cmd/cgo: fix handling of defs_linux.go (Closed)
Patch Set: diff -r ed83901ff17e https://code.google.com/p/go Created 10 years, 7 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/cgo/out.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/defs_linux.go
===================================================================
--- a/src/pkg/runtime/defs_linux.go
+++ b/src/pkg/runtime/defs_linux.go
@@ -28,6 +28,7 @@
#include <asm-generic/errno.h>
#include <asm-generic/poll.h>
#include <linux/eventpoll.h>
+#undef size_t
*/
import "C"
« no previous file with comments | « src/cmd/cgo/out.go ('k') | no next file » | no next file with comments »

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