]> granicus.if.org Git - strace/commit
Deobfuscate definitions of struct user offsets
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 12 Feb 2013 14:51:58 +0000 (15:51 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 12 Feb 2013 14:51:58 +0000 (15:51 +0100)
commit729e18dffd4d5bebeb3670d58574dbb442d0a973
tree41ad6243f7b6242ba8c635620e9a278570bd32ac
parentbf357fcb76baeb64a45fc2b6b355c913c63e6015
Deobfuscate definitions of struct user offsets

The maze of ifdefs/ifndefs was scaring new contributors.
Format it so that every arch has its own ifdef block.

* process.c: Deobfuscate definitions of struct user offsets.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
process.c