diff options
Diffstat (limited to 'src/runtime/os_darwin.go')
-rw-r--r-- | src/runtime/os_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os_darwin.go b/src/runtime/os_darwin.go index 1d895722c..591c55823 100644 --- a/src/runtime/os_darwin.go +++ b/src/runtime/os_darwin.go @@ -49,6 +49,7 @@ type segmentLoadCommand struct { } // MachO header of the currently running process. +// //go:extern _mh_execute_header var libc_mh_execute_header machHeader |