This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c55b51a06b
linux
/
tools
/
build
/
feature
/
test-fortify-source.c
8 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
tools build feature tests: Add missing SPDX headers 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-3h6fa866w6ao0wsbyqz9nrm8@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-06-13 21:25:04 +00:00
// SPDX-License-Identifier: GPL-2.0
tools/perf/build: Split out feature check: 'fortify-source' Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Namhyung Kim <namhyung@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/n/tip-wicrcLCy2wkalka7iwsuzgpb@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
2013-10-07 07:38:28 +00:00
#
include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"
hi
"
)
;
}
Reference in New Issue
Copy Permalink