elf.h: add ELFCOMPRESS_ZSTD
[musl] / include / sys / procfs.h
index 2a92875..38e58c1 100644 (file)
@@ -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;