X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fprocfs.h;h=38e58c168b416a2e2452b06f9196e748f3e8a46a;hb=c5f4b2dfea320356f69445dc1adf8f73596a3c36;hp=2a9287514d6534f8d44a616a05d4a3618675e507;hpb=093288dcb37a30c634b0a00eb7e2a0dbe72ebf95;p=musl diff --git a/include/sys/procfs.h b/include/sys/procfs.h index 2a928751..38e58c16 100644 --- a/include/sys/procfs.h +++ b/include/sys/procfs.h @@ -23,18 +23,16 @@ struct elf_prstatus { pid_t pr_ppid; pid_t pr_pgrp; pid_t pr_sid; - struct timeval pr_utime; - struct timeval pr_stime; - struct timeval pr_cutime; - struct timeval pr_cstime; + struct { + long tv_sec, tv_usec; + } pr_utime, pr_stime, pr_cutime, pr_cstime; elf_gregset_t pr_reg; int pr_fpvalid; }; #define ELF_PRARGSZ 80 -struct elf_prpsinfo -{ +struct elf_prpsinfo { char pr_state; char pr_sname; char pr_zomb;