summaryrefslogtreecommitdiff
path: root/src/lib9/tempdir_unix.c
diff options
context:
space:
mode:
authorAram Hăvărneanu <aram@mgk.ro>2014-01-07 23:12:12 +1100
committerJoel Sing <jsing@google.com>2014-01-07 23:12:12 +1100
commit901e7bfe53b4610ef9ff9eef5d2cbec7671b6f68 (patch)
tree0003c419f8e883e9ecf4f33080d01be19af1a07e /src/lib9/tempdir_unix.c
parent8f9844348fc66b560e5193cb402085d91f466788 (diff)
downloadgo-git-901e7bfe53b4610ef9ff9eef5d2cbec7671b6f68.tar.gz
lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris
This change adds solaris to the list of supported operating systems and allows cmd/dist to be built on Solaris. This CL has to come first because we want the tools to ignore solaris-specific files until the whole port is integrated. R=golang-codereviews, jsing, rsc, minux.ma CC=golang-codereviews https://golang.org/cl/35900045
Diffstat (limited to 'src/lib9/tempdir_unix.c')
-rw-r--r--src/lib9/tempdir_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/tempdir_unix.c b/src/lib9/tempdir_unix.c
index 3ce87751b2..269d538233 100644
--- a/src/lib9/tempdir_unix.c
+++ b/src/lib9/tempdir_unix.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
#include <u.h>
#include <dirent.h>