]> Cypherpunks repositories - gostls13.git/commit
Get the right sigaction struct for the 386 rt_sigaction system
authorIan Lance Taylor <iant@golang.org>
Tue, 27 Oct 2009 05:49:08 +0000 (22:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 27 Oct 2009 05:49:08 +0000 (22:49 -0700)
commitf529224039b3222c3b2c3904f197328fa223197a
treedbf2f4416a4686386b35a7e557b730d0f8db94de
parent1228112b50448a9ef2d8f6c78f510cec2424a1f4
Get the right sigaction struct for the 386 rt_sigaction system
call.  This uses the header files from a 32-bit Ubuntu Hardy
system.

The use of _LOOSE_KERNEL_NAMES seems right.  The
-D__ARCH_SI_UID_T works around a bug which appears to be fixed
in later Linux versions.

R=rsc
http://go/go-review/1013015
src/pkg/runtime/linux/386/defs.h
src/pkg/runtime/linux/386/signal.c
src/pkg/runtime/linux/defs2.c