commit | 513e9c23df4713c97c25f862ee9c140f508c5a2c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Mar 21 14:39:22 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Mar 21 14:39:22 2012 +0100 |
tree | 04efcd42f0b2385cb0ef8d395561273d0fd11c08 | |
parent | b5e0908a173cc8005ed73fa5c0eab59d03baa7f3 [diff] |
simple cleanups in defs.h. No logic changes. * defs.h: Move offsetof macro definition into "libc stuff" section. Renumber TCB_foo constants (smaller constants -> sometimes smaller code). Remove uoff macro. * process.c: Move uoff macro here (sole user). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>