This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-23 12:14:10 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
06afb0f361
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-14 05:25:04 +08: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 15:38:28 +08:00
#
include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"
hi
"
)
;
}
Reference in New Issue
Copy Permalink