about summary refs log tree commit diff
path: root/include/sys/procfs.h
Commit message (Collapse)AuthorAgeFilesLines
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-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.
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-171-0/+2
| | | | | patches by sh4rm4, presumably needed to make gdb or some similar junk happy...
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+81