Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a6cb306 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Toolbox: |ps -t| now correctly displays the USER for threads"

parents ae6aa1f1 6268d4c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ static int ps_line(int pid, int tid)
    int prio, nice, rtprio, sched, psr;
    struct passwd *pw;

    sprintf(statline, "/proc/%d", pid);
    sprintf(statline, "/proc/%d", tid ? tid : pid);
    stat(statline, &stats);

    if(tid) {