on x86_64 use long instead of long long for 64bit posix types
authorSzabolcs Nagy <nsz@port70.net>
Sun, 26 May 2013 15:43:17 +0000 (15:43 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 26 May 2013 15:43:17 +0000 (15:43 +0000)
commita6367a17d5f77848e8313b1e5e42698aec92908d
tree19e990c86467cdc75e2ca032c282d20aaef29462
parent1e5eb73545ca6cfe8b918798835aaf6e07af5beb
on x86_64 use long instead of long long for 64bit posix types

following glibc use the lowest rank 64bit integer type for ino_t etc.
this is eg. useful for printf format compatibility
arch/x86_64/bits/alltypes.h.sh