diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2013-05-22 18:51:15 +0800 |
|---|---|---|
| committer | Shenghou Ma <minux.ma@gmail.com> | 2013-05-22 18:51:15 +0800 |
| commit | 6289dccf8b2d406e645c7134ee60a1fbd3b04503 (patch) | |
| tree | 0570cdd5f18988af5ae7b367ddc6a06cbd9425dc /include | |
| parent | c4cfef075edcbf9391933152ceede9948595d15a (diff) | |
| download | go-6289dccf8b2d406e645c7134ee60a1fbd3b04503.tar.xz | |
include: add a README file
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9392049
Diffstat (limited to 'include')
| -rw-r--r-- | include/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/README b/include/README new file mode 100644 index 0000000000..b8fb5231a9 --- /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. |
