diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-10-17 12:23:04 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-10-17 12:23:04 -0400 |
commit | 03860303c298f2ec7a9c0de683a68f4ab61697f0 (patch) | |
tree | 7cd39fc7b30c1853a1d3fc62f7f7d529d977323f /include | |
parent | 1d3c2768078937eeb2d4d265e34f7e549ccda5f1 (diff) | |
download | musl-03860303c298f2ec7a9c0de683a68f4ab61697f0.tar.gz musl-03860303c298f2ec7a9c0de683a68f4ab61697f0.tar.bz2 musl-03860303c298f2ec7a9c0de683a68f4ab61697f0.tar.xz musl-03860303c298f2ec7a9c0de683a68f4ab61697f0.zip |
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...
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/procfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/procfs.h b/include/sys/procfs.h index 20b4847c..91b6efd1 100644 --- a/include/sys/procfs.h +++ b/include/sys/procfs.h @@ -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; |