2017-07-25 Tamar Christina <tamar.christina@arm.com>
[official-gcc.git] / libgo / go / os / getwd_darwin.go
blobe51ffcd5e711c6c000f0b370e500256c00fd0064
1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package os
7 import "syscall"
9 func init() {
10 useSyscallwd = useSyscallwdDarwin
13 func useSyscallwdDarwin(err error) bool {
14 return err != syscall.ENOTSUP