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

Unified Diff: src/pkg/syscall/types_darwin.go

Issue 5372080: code review 5372080: syscall: use error (Closed)
Patch Set: diff -r 25e37de63f5d https://go.googlecode.com/hg/ Created 13 years, 4 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/pkg/syscall/syscall_windows.go ('k') | src/pkg/syscall/zerrors_darwin_386.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/syscall/types_darwin.go
===================================================================
--- a/src/pkg/syscall/types_darwin.go
+++ b/src/pkg/syscall/types_darwin.go
@@ -103,10 +103,6 @@
// Files
-const (
- O_CLOEXEC = 0 // not supported
-)
-
type Stat_t C.struct_stat64
type Statfs_t C.struct_statfs64
« no previous file with comments | « src/pkg/syscall/syscall_windows.go ('k') | src/pkg/syscall/zerrors_darwin_386.go » ('j') | no next file with comments »

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