summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-05-22 18:51:15 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-05-22 18:51:15 +0800
commit7c53a22ce2ca47ae4cdd360340a408e478498f1e (patch)
tree672341c59c740381d2225add3e4f78a20984d7e1 /include
parent67d8d59fbc5b3dbb73bc82556c0e40bd88ea1906 (diff)
downloadgo-7c53a22ce2ca47ae4cdd360340a408e478498f1e.tar.gz
include: add a README file
R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9392049
Diffstat (limited to 'include')
-rw-r--r--include/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/README b/include/README
new file mode 100644
index 000000000..b8fb5231a
--- /dev/null
+++ b/include/README
@@ -0,0 +1,6 @@
+The header files under this directory are strictly internal to the gc
+toolchain, so please don't copy them to the system include file
+directory (/usr/include, /usr/local/include, etc.)
+
+Also note that they must be kept as is in $GOROOT/include, or cmd/dist
+will malfunction.