make sys/procfs.h mostly work on most archs
authorRich Felker <dalias@aerifal.cx>
Mon, 26 Nov 2012 03:28:18 +0000 (22:28 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 26 Nov 2012 03:28:18 +0000 (22:28 -0500)
commit4b75f4ed8d08b26d4bf2ac96191b395218ad888e
treee2fc90140da04f5e0436bcf069097d63b6a402ef
parent132cc703f82b1d5d308c2db9a353d6c92ea29fda
make sys/procfs.h mostly work on most archs

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.
arch/arm/bits/user.h
arch/i386/bits/user.h
arch/mips/bits/user.h
arch/powerpc/bits/user.h
arch/x86_64/bits/user.h
include/sys/procfs.h