diff options
Diffstat (limited to 'tools/perf/util/find-vdso-map.c')
-rw-r--r-- | tools/perf/util/find-vdso-map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/find-vdso-map.c b/tools/perf/util/find-vdso-map.c index 95ef1cffc056..d7823e3508fc 100644 --- a/tools/perf/util/find-vdso-map.c +++ b/tools/perf/util/find-vdso-map.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 static int find_vdso_map(void **start, void **end) { FILE *maps; |