• Jeff Garzik's avatar
    alpha pid-reporting POSIX comformance bug fix: · 511da1a9
    Jeff Garzik authored
    2.4 kernels were changed to support POSIX thread groups, such that,
    sys_getpid() now returns $task->tgid, the thread group id.
    
    Since alpha implements its own getpid syscall, it missed this change,
    which is now included here.
    511da1a9
osf_sys.c 33.3 KB