Cygwin: proc: add missing LF to /proc/<PID>/stat output

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-03-13 11:26:58 +01:00
parent 1def2148d2
commit 111b34bb1b
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ format_process_stat (void *data, char *&destbuf)
"%u %lu %lu %u %u %lu %lu "
"%U %U %d %d %d %d "
"%U %lu "
"%ld %lu",
"%ld %lu\n",
p->pid, cmd, state,
p->ppid, p->pgid, p->sid, p->ctty, -1,
0, fault_count, fault_count, 0, 0, utime, stime,