• Anthony Martin's avatar
    build: add intptr typedef for Plan 9 · 63616940
    Anthony Martin authored
    Revision 01810e5c68e9 added the following to src/pkg/runtime/stack.h:
    
            StackPreempt = (uintptr)(intptr)0xffffade,
    
    The typedef for intptr is defined in two places:
    
            1. src/pkg/runtime/runtime.h for use by the runtime
    
            2. include/u.h for use by the compilers and linkers
    
    On Plan 9, we don't use include/u.h but instead augment the host's
    u.h with extra typedefs. These are in include/plan9/GOARCH/u.h.
    
    We forgot to add intptr. It didn't cause a problem until now since
    that typedef was never used outside the runtime.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/10023043
    63616940
Name
Last commit
Last update
..
plan9 Loading commit data...
README Loading commit data...
ar.h Loading commit data...
bio.h Loading commit data...
bootexec.h Loading commit data...
fmt.h Loading commit data...
libc.h Loading commit data...
mach.h Loading commit data...
u.h Loading commit data...
ureg_amd64.h Loading commit data...
ureg_arm.h Loading commit data...
ureg_x86.h Loading commit data...
utf.h Loading commit data...