fix some details in ugly stuff that doesn't belong in libc

patches by sh4rm4, presumably needed to make gdb or some similar junk
happy...
This commit is contained in:
Rich Felker
2011-10-17 12:23:04 -04:00
parent 1d3c276807
commit 03860303c2
2 changed files with 8 additions and 6 deletions
+2
View 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;