• Joel Sing's avatar
    runtime: fix sigaction struct on freebsd · 556dd0bf
    Joel Sing authored
    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.
    
    R=golang-dev, dave, minux.ma
    CC=golang-dev
    https://golang.org/cl/7333047
    556dd0bf
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...