• Matthew Dempsky's avatar
    runtime: fix openbsd/386 · 4dbd0dbf
    Matthew Dempsky authored
    In revision 05c3fee13eb3, openbsd/386's tfork implementation was
    accidentally changed in one instruction from using the "params"
    parameter to using the "psize" parameter.
    
    While here, OpenBSD's __tfork system call returns a pid_t which is an
    int32 on all OpenBSD architectures, so change runtime.tfork's return
    type from int64 to int32 and update the assembly implementations
    accordingly.
    
    LGTM=iant
    R=rsc, iant
    CC=golang-codereviews, jsing
    https://golang.org/cl/133190043
    4dbd0dbf
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...