]> granicus.if.org Git - strace/commit
Rename LONG_LONG to ULONG_LONG and change it to return unsigned long long
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 23 Dec 2016 19:12:38 +0000 (19:12 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 23 Dec 2016 19:26:57 +0000 (19:26 +0000)
commitc239ebc31b30aaee1b00c134e74ac427d9a54153
tree52cb020e14e342722ac93c39ae880972b9ea6fe0
parent6c9c12279994307c05ca8246ac5f98e37cac57d3
Rename LONG_LONG to ULONG_LONG and change it to return unsigned long long

In all places where LONG_LONG is used the destination already has type
unsigned long long, so it is quite natural to change LONG_LONG as well.

* defs.h (LONG_LONG): Rename to ULONG_LONG, change return type
from long long to unsigned long long.  All callers updated.
defs.h
lseek.c
signal.c
util.c