summaryrefslogtreecommitdiff
path: root/include/sys/procfs.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-10-17 12:23:04 -0400
committerRich Felker <dalias@aerifal.cx>2011-10-17 12:23:04 -0400
commit03860303c298f2ec7a9c0de683a68f4ab61697f0 (patch)
tree7cd39fc7b30c1853a1d3fc62f7f7d529d977323f /include/sys/procfs.h
parent1d3c2768078937eeb2d4d265e34f7e549ccda5f1 (diff)
downloadmusl-03860303c298f2ec7a9c0de683a68f4ab61697f0.tar.gz
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/sys/procfs.h')
-rw-r--r--include/sys/procfs.h2
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;