Descriptionruntime: fix sigaction struct on freebsd
Fix the sa_mask member of the sigaction struct - on FreeBSD this is
declared as a sigset_t, which is an array of four unsigned ints.
Replace the current int64 with Sigset from defs_freebsd_GOARCH, which
has the correct definition.
Unbreaks the FreeBSD builds.
Patch Set 1 : diff -r 0adf91947752 https://go.googlecode.com/hg/ #Patch Set 2 : diff -r 0adf91947752 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 0adf91947752 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 6f23480a76e1 https://go.googlecode.com/hg/ #
MessagesTotal messages: 6
|