summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-02-27 18:50:55 -0800
committerAlex Ray <aray@google.com>2013-07-30 13:56:59 -0700
commit24e57d5660a1f5daf37e36d449d31a342fbcb9cf (patch)
tree2ce22b21b945d0116cb5ed4a989fb72223c78852 /include
parent2bd99599bb9eef197e6d1ccacb9f808ebfbcc598 (diff)
downloadsystem_core-24e57d5660a1f5daf37e36d449d31a342fbcb9cf.zip
system_core-24e57d5660a1f5daf37e36d449d31a342fbcb9cf.tar.gz
system_core-24e57d5660a1f5daf37e36d449d31a342fbcb9cf.tar.bz2
Fixed several 64-bit porting issues
1. Use "%zu" instead of "%d" for size_t in printf 2. Variable precision specifier (eg. "%.*s") in printf should be of type int. (iov_len is size_t which is 64-bit when compiled with -m64) 3. Use PRId64 instead of "%lld" to print variables of type int64_t Change-Id: I2be40a6514b5dffa0038d62b9bccc3401b8756e6
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions