]> Cypherpunks repositories - gostls13.git/commit
runtime: include constants and defs_*_*.h types in generated Go defs
authorRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 20:00:31 +0000 (16:00 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 20:00:31 +0000 (16:00 -0400)
commit9a75c748367c2ff84de355b136c33760a6b6928a
tree0ec3266254b42c228fb02878440c2fa9645fd54d
parent7f2e68e9822ce8736d66035d0a3ed3677c2db459
runtime: include constants and defs_*_*.h types in generated Go defs

I had to rename Kevent and Sigaction to avoid the functions of the
same (lowercase) name.

LGTM=iant, r
R=golang-codereviews, r, iant, aram.h
CC=dvyukov, golang-codereviews, khr
https://golang.org/cl/140740043
31 files changed:
src/cmd/cc/godefs.c
src/cmd/dist/buildruntime.c
src/pkg/runtime/defs.c
src/pkg/runtime/defs_darwin_386.h
src/pkg/runtime/defs_darwin_amd64.h
src/pkg/runtime/defs_dragonfly_386.h
src/pkg/runtime/defs_dragonfly_amd64.h
src/pkg/runtime/defs_freebsd_386.h
src/pkg/runtime/defs_freebsd_amd64.h
src/pkg/runtime/defs_freebsd_arm.h
src/pkg/runtime/defs_linux_386.h
src/pkg/runtime/defs_linux_amd64.h
src/pkg/runtime/defs_linux_arm.h
src/pkg/runtime/defs_netbsd_386.h
src/pkg/runtime/defs_netbsd_amd64.h
src/pkg/runtime/defs_netbsd_arm.h
src/pkg/runtime/defs_openbsd_386.h
src/pkg/runtime/defs_openbsd_amd64.h
src/pkg/runtime/defs_solaris_amd64.h
src/pkg/runtime/malloc.go
src/pkg/runtime/netpoll_kqueue.c
src/pkg/runtime/os_darwin.c
src/pkg/runtime/os_darwin.h
src/pkg/runtime/os_dragonfly.c
src/pkg/runtime/os_freebsd.c
src/pkg/runtime/os_linux.c
src/pkg/runtime/os_linux.h
src/pkg/runtime/os_netbsd.c
src/pkg/runtime/os_openbsd.c
src/pkg/runtime/os_solaris.c
src/pkg/runtime/os_solaris.h