]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/exec: Use %zu to format size_t
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 21 Dec 2014 10:58:16 +0000 (11:58 +0100)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 22 Dec 2014 18:11:36 +0000 (11:11 -0700)
commitdc1233ba0ab25d14eea08a01c696315c85353c0d
tree25e0a6e62aebe992dbcfc6e3cfbc9cf202c6c1eb
parentc687bb41805a1238a38a086952014d5682516d9d
selftests/exec: Use %zu to format size_t

On 32-bit:

execveat.c: In function 'check_execveat_pathmax':
execveat.c:183: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'size_t'
execveat.c:187: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t'

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/exec/execveat.c