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

Commit b5ffa4e1 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

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

am: 6f977841

* commit '6f977841':
  Toolbox: |ps -t| now correctly displays the USER for threads
parents d3380465 6f977841
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) {