From d8f412571f8768df2d3239e72392dfeabbad1559 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 26 Oct 2011 23:57:58 +0000 Subject: Update Go library to last weekly. From-SVN: r180552 --- libgo/go/os/path_unix.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgo/go/os/path_unix.go') diff --git a/libgo/go/os/path_unix.go b/libgo/go/os/path_unix.go index 0d327cd..33045b6 100644 --- a/libgo/go/os/path_unix.go +++ b/libgo/go/os/path_unix.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build darwin freebsd linux openbsd + package os const ( -- cgit v1.1