commit | afead38d011ab2f333d12ebb6752ed9baa53b667 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Feb 14 13:11:31 2012 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:48:47 2012 -0800 |
tree | 2812951df334a1bf6f21c82797090651d8044ce7 | |
parent | d8e5ddef21df05bc2a14d8c0e287cbf083da60a3 [diff] |
posix_types: Introduce __kernel_[u]long_t Introduce __kernel_[u]long_t, which allows an ABI to override all defaults of type [unsigned] long. This enables x32 and potentially other 32-bit userspace on 64-bit kernel ABIs. Signed-off-by: H. Peter Anvin <hpa@zytor.com>