summaryrefslogtreecommitdiff
path: root/include/sys/procfs.h
AgeCommit message (Collapse)AuthorLines
2012-11-25make sys/procfs.h mostly work on most archsRich Felker-18/+0
these structures are purely for use by trace/debug tools and tools working with core files. the definition of fpregset_t, which was previously here, has been removed because it was wrong; fpregset_t should be the type used in mcontext_t, not the type used in ptrace/core stuff.
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker-0/+2
patches by sh4rm4, presumably needed to make gdb or some similar junk happy...
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+81