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.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 99f26f85
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
......
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
......
// SPDX-License-Identifier: GPL-2.0
#define _GNU_SOURCE
#include <sched.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment