• Russ Cox's avatar
    runtime/cgo: make symbol naming consistent · f8d49b50
    Russ Cox authored
    The naming in this package is a disaster.
    Make it all consistent.
    
    Remove some 'static' from functions that will
    be referred to from other files soon.
    
    This CL is purely renames using global search and replace.
    
    Submitting separately so that real changes will not
    be drowned out by these renames in future CLs.
    
    TBR=iant
    CC=golang-dev
    https://golang.org/cl/7416046
    f8d49b50
env_posix.c 1.17 KB