]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
libperf: Use sys/types.h to get ssize_t, not unistd.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Sep 2019 21:06:52 +0000 (18:06 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:49 +0000 (09:51 -0300)
commit7634d5336a6e66cba5befd8190b3994916424e08
tree3f06b638fc9266ee21a636722be096ea4a413d04
parent26049111c333fda4194e895f4cb719766b602256
libperf: Use sys/types.h to get ssize_t, not unistd.h

The sys/types.h header looks more sensible, from its name we can gather
it should be there because of some needed typedef, and it is much
smaller than unistd.h, so use it and fix up the fallout in places where
it was being used for something else entirely but being obtained by
sheer luck, indirectly.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-49bn251httu22ymwgipeavmy@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/lib/include/internal/lib.h
tools/perf/util/mmap.c