]> granicus.if.org Git - strace/commit
Explicitly cast argument of XLAT macro to unsigned int
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Apr 2016 23:52:28 +0000 (23:52 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 29 Apr 2016 00:15:01 +0000 (00:15 +0000)
commita9f956d279437d5679eb93e19f69d989ec60f79d
tree8a17516e75a0cef217818805afe5a8f2dd14ab59
parentdd9a511c173a3656c6f5e61c2cd4bd6f1f27f388
Explicitly cast argument of XLAT macro to unsigned int

This is necessary for the upcoming change of xlat.val type.

* xlat.h (XLAT): Cast the argument to unsigned int.
xlat.h