]> Pileus Git - ~andy/linux/blob - tools/perf/config/feature-checks/test-stackprotector.c
sched: Fix __sched_setscheduler() nice test
[~andy/linux] / tools / perf / config / feature-checks / test-stackprotector.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return puts("hi");
6 }