summaryrefslogtreecommitdiff
path: root/arch/i386/bits/user.h
AgeCommit message (Collapse)AuthorLines
2018-03-10use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker-2/+2
align with commit c9c2cd3e6955cb1d57b8be01d4b072bf44058762.
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker-4/+2
commit befa5866ee30d09c0c96e88af2eabff5911342ea performed this change for struct definitions that did not also involve typedef, but omitted the latter.
2016-07-03make brace placement in public header struct definitions consistentRich Felker-4/+2
placing the opening brace on the same line as the struct keyword/tag is the style I prefer and seems to be the prevailing practice in more recent additions. these changes were generated by the command: find include/ arch/*/bits -name '*.h' \ -exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} + and subsequently checked by hand to ensure that the regex did not pick up any false positives.
2012-11-25make sys/procfs.h mostly work on most archsRich Felker-4/+7
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-09-22cleanup/debloat i386 user.hRich Felker-43/+11
2011-02-15preparing build system to handle ports - step 1Rich Felker-0/+77