This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
linux-kernelorg-stable
Watch
1
Star
0
Fork
0
mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git
synced
2026-09-11 06:01:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d27cb32e00eff60d8fa94de265a8d84c63ef059c
linux-kernelorg-stable
/
tools
/
build
/
feature
/
test-stackprotector-all.c
T
8 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-01 15:07:57 +01:00
// SPDX-License-Identifier: GPL-2.0
tools/perf/build: Split out feature check: 'stackprotector-all'
2013-09-30 13:48:44 +02:00
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}
Reference in New Issue
Copy Permalink