about summary refs log tree commit diff
path: root/arch/x86_64/bits/user.h
Commit message (Collapse)AuthorAgeFilesLines
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-2/+4
| | | | | | | | 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 x86_64 user.h (previously was just a copy of i386)Rich Felker2011-09-221-48/+13
|
* wrong __WORDSIZE in x86_64 headerRich Felker2011-09-221-1/+1
|
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-151-0/+77