fix some details in ugly stuff that doesn't belong in libc
[musl] / include / sys / procfs.h
index 20b4847..91b6efd 100644 (file)
@@ -67,7 +67,9 @@ struct elf_prpsinfo
 
 typedef void *psaddr_t;
 typedef elf_gregset_t prgregset_t;
+
 typedef elf_fpregset_t prfpregset_t;
+typedef elf_fpregset_t fpregset_t;
 typedef pid_t lwpid_t;
 typedef struct elf_prstatus prstatus_t;
 typedef struct elf_prpsinfo prpsinfo_t;