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

Delta Between Two Patch Sets: unix/syscall_no_getwd.go

Issue 126960043: code review 126960043: go.sys: copy files from syscall package to go.sys/{plan... (Closed)
Left Patch Set: Created 10 years, 7 months ago
Right Patch Set: diff -r 89b705e036f489a14b4d11c6e025ea61a53bb735 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « unix/syscall_netbsd_arm.go ('k') | unix/syscall_openbsd.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // Copyright 2013 The Go Authors. All rights reserved. 1 // Copyright 2013 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 dragonfly freebsd netbsd openbsd 5 // +build dragonfly freebsd netbsd openbsd
6 6
7 package syscall 7 package syscall
8 8
9 const ImplementsGetwd = false 9 const ImplementsGetwd = false
10 10
11 func Getwd() (string, error) { return "", ENOTSUP } 11 func Getwd() (string, error) { return "", ENOTSUP }
LEFTRIGHT

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