• R
    wait.h: add linux specific, thread-related waitpid() flags · e895ddc0
    rofl0r 提交于
    these flags are needed in order to be able to handle lwp id's
    which the kernel returns after clone() calls for new threads
    via ptrace(PTRACE_GETEVENTMSG).
    
    fortunately, they're the same for all archs and in the reserved
    namespace.
    e895ddc0
wait.h 1.1 KB