• Russ Cox's avatar
    runtime: drop CLONE_PARENT · 3c710447
    Russ Cox authored
    The functionality we want (shared ppid) is implied
    by CLONE_THREAD already, and CLONE_PARENT
    causes problems if the Go program is pid 1 (init).
    
    See issue 1406 for more details.
    
    Fixes #1406.
    
    R=adg, iant
    CC=golang-dev
    https://golang.org/cl/3971044
    3c710447
Name
Last commit
Last update
..
386 Loading commit data...
amd64 Loading commit data...
arm Loading commit data...
defs.c Loading commit data...
defs1.c Loading commit data...
defs2.c Loading commit data...
defs_arm.c Loading commit data...
mem.c Loading commit data...
os.h Loading commit data...
runtime_defs.go Loading commit data...
signals.h Loading commit data...
thread.c Loading commit data...