git: <machine/stdint.h>: Add two basic LP types.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Nov 14 05:37:55 PST 2019
commit 3ebf970748e74544992552d6d7988b615e244402
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sun Nov 10 18:37:57 2019 +0200
<machine/stdint.h>: Add two basic LP types.
These will be used to derive types that depend on data type models.
On x64_64 is is very simple. Non ILP32/LP64 model usage on UNIX-like
systems is rather exception. For example if we would support LLP64
data type model, we would declare these types as follows:
typedef long long __intlp_t;
typedef unsigned long long __uintlp_t;
Summary of changes:
sys/cpu/x86_64/include/stdint.h | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3ebf970748e74544992552d6d7988b615e244402
--
DragonFly BSD source repository
More information about the Commits
mailing list