License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / build / feature / test-libelf-getphdrnum.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
b7bcef6f 2#include <libelf.h>
20c99e82 3
b7bcef6f
IM
4int main(void)
5{
6 size_t dst;
20c99e82 7
b7bcef6f
IM
8 return elf_getphdrnum(0, &dst);
9}