diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-26 13:18:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-26 13:18:53 -0400 |
| commit | 809662459dcd2cbe0b42f338413b88fea0483086 (patch) | |
| tree | fe2b74245658f886d800b2c108961c345186acea /util.go | |
| parent | 766f9ed028c757561b99e4ed5aa487d381fe80a3 (diff) | |
Migrate the link_darwin_amd64.go and control.go files back; fixed up errors in the C files and util.go.
Diffstat (limited to 'util.go')
| -rw-r--r-- | util.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ import "C" //export pkguiAlloc func pkguiAlloc(n C.size_t) unsafe.Pointer { // cgo turns C.malloc() into a panic-on-OOM version; use it + // TODO make sure it zero-initializes too return C.malloc(n) } |
