Charles Forsyth <charles.fors...@gmail.com> once said: > modified library headers?
% ls (386 sys)^/include/go 386/include/go/u.h 386/include/go/ureg_amd64.h 386/include/go/ureg_arm.h 386/include/go/ureg_x86.h sys/include/go/ar.h sys/include/go/bio.h sys/include/go/bootexec.h sys/include/go/goenv.h sys/include/go/libc.h sys/include/go/mach.h sys/include/go/stdio.h Some of these are just copies of the standard headers and others have a few adjustments that the Go toolchain requires. All except mach.h have #pragmas that point to the stock location in /386/lib/*.a. Anthony