perf tools: Use correct return type for readn function
authorJiri Olsa <jolsa@redhat.com>
Thu, 28 Nov 2013 10:30:14 +0000 (11:30 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 2 Dec 2013 12:22:45 +0000 (09:22 -0300)
commit727ebd544f85285a223ecc6a2a57ef90202cdc7b
tree592c0aff7da8b5a51dde7a799a12c52c08171c7f
parent6233dd5efdf9e2c2da1b003cfb70307b7b2028e8
perf tools: Use correct return type for readn function

Changing readn function return type to ssize_t because read returns
ssize_t not int.

Changing callers holding variable types as well.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1385634619-8129-3-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/header.c
tools/perf/util/session.c
tools/perf/util/util.c
tools/perf/util/util.h