diff options
author | David du Colombier <0intro@gmail.com> | 2014-02-13 20:06:41 +0100 |
---|---|---|
committer | David du Colombier <0intro@gmail.com> | 2014-02-13 20:06:41 +0100 |
commit | a8db5dfa980737f696743c83759b96a3c7b5eb99 (patch) | |
tree | 091dee81873809770522081f49d59a26e8d85256 /src/lib9/exits.c | |
parent | a2e04d1583c488aa22dcc4c7bc84841134cdf7db (diff) | |
download | go-a8db5dfa980737f696743c83759b96a3c7b5eb99.tar.gz |
lib9: enable on Plan 9
This change depends on CL 57170052.
LGTM=rsc
R=rsc, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/60840049
Diffstat (limited to 'src/lib9/exits.c')
-rw-r--r-- | src/lib9/exits.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/exits.c b/src/lib9/exits.c index 5caef8309..0be7cb9f1 100644 --- a/src/lib9/exits.c +++ b/src/lib9/exits.c @@ -1,3 +1,5 @@ +// +build !plan9 + /* Plan 9 from User Space src/lib9/_exits.c http://code.swtch.com/plan9port/src/tip/src/lib9/_exits.c |